10 references to RefSafetyRulesAttributeVersion
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1526_containingType.ContainingPEModule.RefSafetyRulesVersion == PEModuleSymbol.RefSafetyRulesAttributeVersion.UnrecognizedAttribute)
Symbols\Metadata\PE\PEModuleSymbol.cs (9)
117private RefSafetyRulesAttributeVersion _lazyRefSafetyRulesAttributeVersion; 733=> RefSafetyRulesVersion == RefSafetyRulesAttributeVersion.Version11; 735internal RefSafetyRulesAttributeVersion RefSafetyRulesVersion 739if (_lazyRefSafetyRulesAttributeVersion == RefSafetyRulesAttributeVersion.Uninitialized) 745RefSafetyRulesAttributeVersion getAttributeVersion() 750? RefSafetyRulesAttributeVersion.Version11 751: RefSafetyRulesAttributeVersion.UnrecognizedAttribute; 754? RefSafetyRulesAttributeVersion.UnrecognizedAttribute 755: RefSafetyRulesAttributeVersion.NoAttribute;