4 references to Token
Microsoft.CodeAnalysis.CSharp (4)
Symbols\Metadata\PE\PEModuleSymbol.cs (4)
244
this.LoadCustomAttributes(
Token
, ref _lazyCustomAttributes);
789
_lazyNullableMemberMetadata = _module.HasNullablePublicOnlyAttribute(
Token
, out bool includesInternals) ?
823
PEUtilities.DeriveCompilerFeatureRequiredAttributeDiagnostic(this, this,
Token
, CompilerFeatureRequiredFeatures.None, new MetadataDecoder(this)),
848
if (_module.HasRefSafetyRulesAttribute(
Token
, out int version, out bool foundAttributeType))