10 references to RefSafetyRulesAttributeVersion
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1498_containingType.ContainingPEModule.RefSafetyRulesVersion == PEModuleSymbol.RefSafetyRulesAttributeVersion.UnrecognizedAttribute)
Symbols\Metadata\PE\PEModuleSymbol.cs (9)
117private RefSafetyRulesAttributeVersion _lazyRefSafetyRulesAttributeVersion; 850=> RefSafetyRulesVersion == RefSafetyRulesAttributeVersion.Version11; 852internal RefSafetyRulesAttributeVersion RefSafetyRulesVersion 856if (_lazyRefSafetyRulesAttributeVersion == RefSafetyRulesAttributeVersion.Uninitialized) 862RefSafetyRulesAttributeVersion getAttributeVersion() 867? RefSafetyRulesAttributeVersion.Version11 868: RefSafetyRulesAttributeVersion.UnrecognizedAttribute; 871? RefSafetyRulesAttributeVersion.UnrecognizedAttribute 872: RefSafetyRulesAttributeVersion.NoAttribute;