1 write to _module
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PEModuleSymbol.cs (1)
148
_module
= module;
13 references to _module
Microsoft.CodeAnalysis.CSharp (13)
Symbols\Metadata\PE\PEModuleSymbol.cs (13)
175
return
_module
.Machine;
183
return
_module
.Bit32Required;
191
return
_module
;
204
return
_module
.Name;
351
foreach (var customAttributeHandle in
_module
.GetCustomAttributesOrThrow(token))
436
foreach (var attr in
_module
.GetCustomAttributesOrThrow(token))
450
if (
_module
.HasStringValuedAttribute(handle, attributeDescription, out typeName))
507
Interlocked.CompareExchange(ref _lazyTypeNames,
_module
.TypeNames.AsCaseSensitiveCollection(), null);
520
Interlocked.CompareExchange(ref _lazyNamespaceNames,
_module
.NamespaceNames.AsCaseSensitiveCollection(), null);
529
return
_module
.GetHash(algorithmId);
779
public override ModuleMetadata GetMetadata() =>
_module
.GetNonDisposableMetadata();
789
_lazyNullableMemberMetadata =
_module
.HasNullablePublicOnlyAttribute(Token, out bool includesInternals) ?
848
if (
_module
.HasRefSafetyRulesAttribute(Token, out int version, out bool foundAttributeType))