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