コード例 #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
ファイル: ParsedFile.cs プロジェクト: yayanyang/monodevelop
 protected override void FreezeInternal()
 {
     base.FreezeInternal();
     rootUsingScope.Freeze();
     topLevelTypeDefinitions = FreezeList(topLevelTypeDefinitions);
     assemblyAttributes      = FreezeList(assemblyAttributes);
     moduleAttributes        = FreezeList(moduleAttributes);
     usingScopes             = FreezeList(usingScopes);
 }