protected override void FreezeInternal() { base.FreezeInternal(); rootUsingScope.Freeze(); topLevelTypeDefinitions = FreezeList(topLevelTypeDefinitions); usingScopes = FreezeList(usingScopes); }
protected override void FreezeInternal() { base.FreezeInternal(); rootUsingScope.Freeze(); topLevelTypeDefinitions = FreezableHelper.FreezeListAndElements(topLevelTypeDefinitions); assemblyAttributes = FreezableHelper.FreezeListAndElements(assemblyAttributes); moduleAttributes = FreezableHelper.FreezeListAndElements(moduleAttributes); usingScopes = FreezableHelper.FreezeListAndElements(usingScopes); }
protected override void FreezeInternal() { base.FreezeInternal(); rootUsingScope.Freeze(); topLevelTypeDefinitions = FreezeList(topLevelTypeDefinitions); assemblyAttributes = FreezeList(assemblyAttributes); moduleAttributes = FreezeList(moduleAttributes); usingScopes = FreezeList(usingScopes); }