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)
179return _module.Machine; 187return _module.Bit32Required; 195return _module; 208return _module.Name; 333foreach (var attr in _module.GetCustomAttributesOrThrow(token)) 347if (_module.HasStringValuedAttribute(handle, attributeDescription, out typeName)) 390Interlocked.CompareExchange(ref _lazyTypeNames, _module.TypeNames.AsCaseSensitiveCollection(), null); 403Interlocked.CompareExchange(ref _lazyNamespaceNames, _module.NamespaceNames.AsCaseSensitiveCollection(), null); 412return _module.GetHash(algorithmId); 670public override ModuleMetadata GetMetadata() => _module.GetNonDisposableMetadata(); 680_lazyNullableMemberMetadata = _module.HasNullablePublicOnlyAttribute(Token, out bool includesInternals) ? 739if (_module.HasRefSafetyRulesAttribute(Token, out int version, out bool foundAttributeType)) 763if (@this._module.HasMemorySafetyRulesAttribute(Token, out int version, out bool foundAttributeType) && 782var experimentalData = _module.TryDecodeExperimentalAttributeData(Token, new MetadataDecoder(this));