1 write to _module
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEModuleSymbol.cs (1)
160
_module
= module;
14 references to _module
Microsoft.CodeAnalysis.CSharp (14)
Symbols\Metadata\PE\PEModuleSymbol.cs (14)
187
return
_module
.Machine;
195
return
_module
.Bit32Required;
203
return
_module
;
216
return
_module
.Name;
341
foreach (var attr in
_module
.GetCustomAttributesOrThrow(token))
355
if (
_module
.HasStringValuedAttribute(handle, attributeDescription, out typeName))
398
Interlocked.CompareExchange(ref _lazyTypeNames,
_module
.TypeNames.AsCaseSensitiveCollection(), null);
411
Interlocked.CompareExchange(ref _lazyNamespaceNames,
_module
.NamespaceNames.AsCaseSensitiveCollection(), null);
420
return
_module
.GetHash(algorithmId);
678
public override ModuleMetadata GetMetadata() =>
_module
.GetNonDisposableMetadata();
688
_lazyNullableMemberMetadata =
_module
.HasNullablePublicOnlyAttribute(Token, out bool includesInternals) ?
747
if (
_module
.HasRefSafetyRulesAttribute(Token, out int version, out bool foundAttributeType))
775
if (
_module
.HasMemorySafetyRulesAttribute(Token, out int version, out bool foundAttributeType))
795
var experimentalData =
_module
.TryDecodeExperimentalAttributeData(Token, new MetadataDecoder(this));