1 write to _module
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEModuleSymbol.cs (1)
152
_module
= module;
14 references to _module
Microsoft.CodeAnalysis.CSharp (14)
Symbols\Metadata\PE\PEModuleSymbol.cs (14)
179
return
_module
.Machine;
187
return
_module
.Bit32Required;
195
return
_module
;
208
return
_module
.Name;
333
foreach (var attr in
_module
.GetCustomAttributesOrThrow(token))
347
if (
_module
.HasStringValuedAttribute(handle, attributeDescription, out typeName))
390
Interlocked.CompareExchange(ref _lazyTypeNames,
_module
.TypeNames.AsCaseSensitiveCollection(), null);
403
Interlocked.CompareExchange(ref _lazyNamespaceNames,
_module
.NamespaceNames.AsCaseSensitiveCollection(), null);
412
return
_module
.GetHash(algorithmId);
670
public override ModuleMetadata GetMetadata() =>
_module
.GetNonDisposableMetadata();
680
_lazyNullableMemberMetadata =
_module
.HasNullablePublicOnlyAttribute(Token, out bool includesInternals) ?
739
if (
_module
.HasRefSafetyRulesAttribute(Token, out int version, out bool foundAttributeType))
763
if (@this.
_module
.HasMemorySafetyRulesAttribute(Token, out int version, out bool foundAttributeType) &&
782
var experimentalData =
_module
.TryDecodeExperimentalAttributeData(Token, new MetadataDecoder(this));