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