3 writes to _needsGeneratedAttributes_IsFrozen
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpCompilation.cs (1)
3325_needsGeneratedAttributes_IsFrozen = true;
Symbols\Compilation_WellKnownMembers.cs (2)
50_needsGeneratedAttributes_IsFrozen = true; 64_needsGeneratedAttributes_IsFrozen = true;
3 references to _needsGeneratedAttributes_IsFrozen
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Compilation_WellKnownMembers.cs (3)
58Debug.Assert(!_needsGeneratedAttributes_IsFrozen); 70Debug.Assert(!_needsGeneratedAttributes_IsFrozen); 520Debug.Assert(!modifyCompilation || !_needsGeneratedAttributes_IsFrozen);