6 references to Token
Microsoft.CodeAnalysis.CSharp (6)
Symbols\Metadata\PE\PEModuleSymbol.cs (6)
256this.LoadCustomAttributes(Token, ref _lazyCustomAttributes); 688_lazyNullableMemberMetadata = _module.HasNullablePublicOnlyAttribute(Token, out bool includesInternals) ? 722PEUtilities.DeriveCompilerFeatureRequiredAttributeDiagnostic(this, this, Token, CompilerFeatureRequiredFeatures.None, new MetadataDecoder(this)), 747if (_module.HasRefSafetyRulesAttribute(Token, out int version, out bool foundAttributeType)) 775if (_module.HasMemorySafetyRulesAttribute(Token, out int version, out bool foundAttributeType)) 795var experimentalData = _module.TryDecodeExperimentalAttributeData(Token, new MetadataDecoder(this));