10 references to RefSafetyRulesAttributeVersion
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1393_containingType.ContainingPEModule.RefSafetyRulesVersion == PEModuleSymbol.RefSafetyRulesAttributeVersion.UnrecognizedAttribute)
Symbols\Metadata\PE\PEModuleSymbol.cs (9)
117private RefSafetyRulesAttributeVersion _lazyRefSafetyRulesAttributeVersion; 834=> RefSafetyRulesVersion == RefSafetyRulesAttributeVersion.Version11; 836internal RefSafetyRulesAttributeVersion RefSafetyRulesVersion 840if (_lazyRefSafetyRulesAttributeVersion == RefSafetyRulesAttributeVersion.Uninitialized) 846RefSafetyRulesAttributeVersion getAttributeVersion() 851? RefSafetyRulesAttributeVersion.Version11 852: RefSafetyRulesAttributeVersion.UnrecognizedAttribute; 855? RefSafetyRulesAttributeVersion.UnrecognizedAttribute 856: RefSafetyRulesAttributeVersion.NoAttribute;