1 write to _module
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEModuleSymbol.cs (1)
150
_module
= module;
14 references to _module
Microsoft.CodeAnalysis.CSharp (14)
Symbols\Metadata\PE\PEModuleSymbol.cs (14)
177
return
_module
.Machine;
185
return
_module
.Bit32Required;
193
return
_module
;
206
return
_module
.Name;
353
foreach (var customAttributeHandle in
_module
.GetCustomAttributesOrThrow(token))
438
foreach (var attr in
_module
.GetCustomAttributesOrThrow(token))
452
if (
_module
.HasStringValuedAttribute(handle, attributeDescription, out typeName))
509
Interlocked.CompareExchange(ref _lazyTypeNames,
_module
.TypeNames.AsCaseSensitiveCollection(), null);
522
Interlocked.CompareExchange(ref _lazyNamespaceNames,
_module
.NamespaceNames.AsCaseSensitiveCollection(), null);
531
return
_module
.GetHash(algorithmId);
789
public override ModuleMetadata GetMetadata() =>
_module
.GetNonDisposableMetadata();
799
_lazyNullableMemberMetadata =
_module
.HasNullablePublicOnlyAttribute(Token, out bool includesInternals) ?
858
if (
_module
.HasRefSafetyRulesAttribute(Token, out int version, out bool foundAttributeType))
877
var experimentalData =
_module
.TryDecodeExperimentalAttributeData(Token, new MetadataDecoder(this));