10 references to RefSafetyRulesAttributeVersion
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1438_containingType.ContainingPEModule.RefSafetyRulesVersion == PEModuleSymbol.RefSafetyRulesAttributeVersion.UnrecognizedAttribute)
Symbols\Metadata\PE\PEModuleSymbol.cs (9)
117private RefSafetyRulesAttributeVersion _lazyRefSafetyRulesAttributeVersion; 844=> RefSafetyRulesVersion == RefSafetyRulesAttributeVersion.Version11; 846internal RefSafetyRulesAttributeVersion RefSafetyRulesVersion 850if (_lazyRefSafetyRulesAttributeVersion == RefSafetyRulesAttributeVersion.Uninitialized) 856RefSafetyRulesAttributeVersion getAttributeVersion() 861? RefSafetyRulesAttributeVersion.Version11 862: RefSafetyRulesAttributeVersion.UnrecognizedAttribute; 865? RefSafetyRulesAttributeVersion.UnrecognizedAttribute 866: RefSafetyRulesAttributeVersion.NoAttribute;