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)
177return _module.Machine; 185return _module.Bit32Required; 193return _module; 206return _module.Name; 353foreach (var customAttributeHandle in _module.GetCustomAttributesOrThrow(token)) 438foreach (var attr in _module.GetCustomAttributesOrThrow(token)) 452if (_module.HasStringValuedAttribute(handle, attributeDescription, out typeName)) 509Interlocked.CompareExchange(ref _lazyTypeNames, _module.TypeNames.AsCaseSensitiveCollection(), null); 522Interlocked.CompareExchange(ref _lazyNamespaceNames, _module.NamespaceNames.AsCaseSensitiveCollection(), null); 531return _module.GetHash(algorithmId); 789public override ModuleMetadata GetMetadata() => _module.GetNonDisposableMetadata(); 799_lazyNullableMemberMetadata = _module.HasNullablePublicOnlyAttribute(Token, out bool includesInternals) ? 858if (_module.HasRefSafetyRulesAttribute(Token, out int version, out bool foundAttributeType)) 877var experimentalData = _module.TryDecodeExperimentalAttributeData(Token, new MetadataDecoder(this));