3 writes to _needsGeneratedAttributes_IsFrozen
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpCompilation.cs (1)
2976_needsGeneratedAttributes_IsFrozen = true;
Symbols\Compilation_WellKnownMembers.cs (2)
45_needsGeneratedAttributes_IsFrozen = true; 57_needsGeneratedAttributes_IsFrozen = true;
3 references to _needsGeneratedAttributes_IsFrozen
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Compilation_WellKnownMembers.cs (3)
51Debug.Assert(!_needsGeneratedAttributes_IsFrozen); 63Debug.Assert(!_needsGeneratedAttributes_IsFrozen); 510Debug.Assert(!modifyCompilation || !_needsGeneratedAttributes_IsFrozen);