6 references to ISourceAssemblySymbolInternal
Microsoft.CodeAnalysis (6)
Binding\UseSiteInfo.cs (2)
127
Debug.Assert(assemblyBeingBuilt is
ISourceAssemblySymbolInternal
);
136
Debug.Assert(assemblyBeingBuilt is
ISourceAssemblySymbolInternal
);
Emit\CommonPEModuleBuilder.cs (1)
313
public abstract
ISourceAssemblySymbolInternal
SourceAssemblyOpt { get; }
PEWriter\MetadataWriter.cs (2)
1978
var
sourceAssembly = module.SourceAssemblyOpt;
2428
ISourceAssemblySymbolInternal
assembly = module.SourceAssemblyOpt;
PEWriter\SigningUtilities.cs (1)
46
ISourceAssemblySymbolInternal
? assembly = module.SourceAssemblyOpt;