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)
175return _module.Machine; 183return _module.Bit32Required; 191return _module; 204return _module.Name; 351foreach (var customAttributeHandle in _module.GetCustomAttributesOrThrow(token)) 436foreach (var attr in _module.GetCustomAttributesOrThrow(token)) 450if (_module.HasStringValuedAttribute(handle, attributeDescription, out typeName)) 507Interlocked.CompareExchange(ref _lazyTypeNames, _module.TypeNames.AsCaseSensitiveCollection(), null); 520Interlocked.CompareExchange(ref _lazyNamespaceNames, _module.NamespaceNames.AsCaseSensitiveCollection(), null); 529return _module.GetHash(algorithmId); 779public override ModuleMetadata GetMetadata() => _module.GetNonDisposableMetadata(); 789_lazyNullableMemberMetadata = _module.HasNullablePublicOnlyAttribute(Token, out bool includesInternals) ? 848if (_module.HasRefSafetyRulesAttribute(Token, out int version, out bool foundAttributeType))