10 references to IModuleSymbolInternal
Microsoft.CodeAnalysis (10)
Diagnostic\Location.cs (1)
53internal virtual IModuleSymbolInternal? MetadataModuleInternal { get { return null; } }
Diagnostic\MetadataLocation.cs (3)
17private readonly IModuleSymbolInternal _module; 19internal MetadataLocation(IModuleSymbolInternal module) 30internal override IModuleSymbolInternal MetadataModuleInternal
Emit\CommonPEModuleBuilder.cs (3)
125internal abstract IModuleSymbolInternal CommonSourceModule { get; } 581where TSourceModuleSymbol : class, IModuleSymbolInternal 740internal sealed override IModuleSymbolInternal CommonSourceModule => SourceModule;
MetadataReader\MetadataDecoder.cs (1)
114where ModuleSymbol : class, IModuleSymbolInternal
Symbols\ISymbolInternal.cs (2)
69/// Gets the <see cref="IModuleSymbolInternal"/> for the containing module. Returns null if the 72IModuleSymbolInternal ContainingModule { get; }