5 references to Token
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Metadata\PE\PEModuleSymbol.cs (5)
246this.LoadCustomAttributes(Token, ref _lazyCustomAttributes); 799_lazyNullableMemberMetadata = _module.HasNullablePublicOnlyAttribute(Token, out bool includesInternals) ? 833PEUtilities.DeriveCompilerFeatureRequiredAttributeDiagnostic(this, this, Token, CompilerFeatureRequiredFeatures.None, new MetadataDecoder(this)), 858if (_module.HasRefSafetyRulesAttribute(Token, out int version, out bool foundAttributeType)) 877var experimentalData = _module.TryDecodeExperimentalAttributeData(Token, new MetadataDecoder(this));