1 write to _lazyRefSafetyRulesAttributeVersion
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEModuleSymbol.cs (1)
852
_lazyRefSafetyRulesAttributeVersion
= getAttributeVersion();
2 references to _lazyRefSafetyRulesAttributeVersion
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEModuleSymbol.cs (2)
850
if (
_lazyRefSafetyRulesAttributeVersion
== RefSafetyRulesAttributeVersion.Uninitialized)
854
return
_lazyRefSafetyRulesAttributeVersion
;