3 writes to _needsGeneratedAttributes_IsFrozen
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpCompilation.cs (1)
3218_needsGeneratedAttributes_IsFrozen = true;
Symbols\Compilation_WellKnownMembers.cs (2)
48_needsGeneratedAttributes_IsFrozen = true; 60_needsGeneratedAttributes_IsFrozen = true;
3 references to _needsGeneratedAttributes_IsFrozen
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Compilation_WellKnownMembers.cs (3)
54Debug.Assert(!_needsGeneratedAttributes_IsFrozen); 66Debug.Assert(!_needsGeneratedAttributes_IsFrozen); 514Debug.Assert(!modifyCompilation || !_needsGeneratedAttributes_IsFrozen);