Symbols\Metadata\PE\PEModuleSymbol.cs (6)
248this.LoadCustomAttributes(Token, ref _lazyCustomAttributes);
680_lazyNullableMemberMetadata = _module.HasNullablePublicOnlyAttribute(Token, out bool includesInternals) ?
714PEUtilities.DeriveCompilerFeatureRequiredAttributeDiagnostic(this, this, Token, CompilerFeatureRequiredFeatures.None, new MetadataDecoder(this)),
739if (_module.HasRefSafetyRulesAttribute(Token, out int version, out bool foundAttributeType))
763if (@this._module.HasMemorySafetyRulesAttribute(Token, out int version, out bool foundAttributeType) &&
782var experimentalData = _module.TryDecodeExperimentalAttributeData(Token, new MetadataDecoder(this));