示例#1
0
 protected override void FreezeInternal()
 {
     base.FreezeInternal();
     rootUsingScope.Freeze();
     topLevelTypeDefinitions = FreezeList(topLevelTypeDefinitions);
     usingScopes             = FreezeList(usingScopes);
 }
示例#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);
 }
示例#3
0
 protected override void FreezeInternal()
 {
     base.FreezeInternal();
     rootUsingScope.Freeze();
     topLevelTypeDefinitions = FreezeList(topLevelTypeDefinitions);
     assemblyAttributes      = FreezeList(assemblyAttributes);
     moduleAttributes        = FreezeList(moduleAttributes);
     usingScopes             = FreezeList(usingScopes);
 }