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