Ejemplo n.º 1
0
 protected override void FreezeInternal()
 {
     base.FreezeInternal();
     rootUsingScope.Freeze();
     topLevelTypeDefinitions = FreezeList(topLevelTypeDefinitions);
     usingScopes             = FreezeList(usingScopes);
 }
Ejemplo n.º 2
0
 protected override void FreezeInternal()
 {
     base.FreezeInternal();
     rootUsingScope.Freeze();
     topLevelTypeDefinitions = FreezableHelper.FreezeListAndElements(topLevelTypeDefinitions);
     assemblyAttributes      = FreezableHelper.FreezeListAndElements(assemblyAttributes);
     moduleAttributes        = FreezableHelper.FreezeListAndElements(moduleAttributes);
     usingScopes             = FreezableHelper.FreezeListAndElements(usingScopes);
 }
Ejemplo n.º 3
0
 protected override void FreezeInternal()
 {
     base.FreezeInternal();
     rootUsingScope.Freeze();
     topLevelTypeDefinitions = FreezeList(topLevelTypeDefinitions);
     assemblyAttributes      = FreezeList(assemblyAttributes);
     moduleAttributes        = FreezeList(moduleAttributes);
     usingScopes             = FreezeList(usingScopes);
 }