10 references to RefSafetyRulesAttributeVersion
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1539_containingType.ContainingPEModule.RefSafetyRulesVersion == PEModuleSymbol.RefSafetyRulesAttributeVersion.UnrecognizedAttribute)
Symbols\Metadata\PE\PEModuleSymbol.cs (9)
117private RefSafetyRulesAttributeVersion _lazyRefSafetyRulesAttributeVersion; 725=> RefSafetyRulesVersion == RefSafetyRulesAttributeVersion.Version11; 727internal RefSafetyRulesAttributeVersion RefSafetyRulesVersion 731if (_lazyRefSafetyRulesAttributeVersion == RefSafetyRulesAttributeVersion.Uninitialized) 737RefSafetyRulesAttributeVersion getAttributeVersion() 742? RefSafetyRulesAttributeVersion.Version11 743: RefSafetyRulesAttributeVersion.UnrecognizedAttribute; 746? RefSafetyRulesAttributeVersion.UnrecognizedAttribute 747: RefSafetyRulesAttributeVersion.NoAttribute;