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)
51
Debug.Assert(!
_needsGeneratedAttributes_IsFrozen
);
63
Debug.Assert(!
_needsGeneratedAttributes_IsFrozen
);
510
Debug.Assert(!modifyCompilation || !
_needsGeneratedAttributes_IsFrozen
);