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)
54
Debug.Assert(!
_needsGeneratedAttributes_IsFrozen
);
66
Debug.Assert(!
_needsGeneratedAttributes_IsFrozen
);
514
Debug.Assert(!modifyCompilation || !
_needsGeneratedAttributes_IsFrozen
);