Base:
property
CommonCompilation
Microsoft.CodeAnalysis.Emit.CommonPEModuleBuilder.CommonCompilation
2 references to CommonCompilation
Microsoft.CodeAnalysis.CSharp (2)
Binder\ImportChain.cs (2)
140
if ((object)containingAssembly != null && (object)containingAssembly != moduleBuilder.
CommonCompilation
.Assembly)
142
var referenceManager = ((CSharpCompilation)moduleBuilder.
CommonCompilation
).GetBoundReferenceManager();