Base:
property
CommonCompilation
Microsoft.CodeAnalysis.Emit.CommonPEModuleBuilder.CommonCompilation
4 references to CommonCompilation
Microsoft.CodeAnalysis.CSharp (4)
Binder\ImportChain.cs (2)
140
if ((object)containingAssembly != null && (object)containingAssembly != moduleBuilder.
CommonCompilation
.Assembly)
142
var referenceManager = ((CSharpCompilation)moduleBuilder.
CommonCompilation
).GetBoundReferenceManager();
CodeGen\EmitExpression.cs (2)
3641
var cancellationTokenType = _module.
CommonCompilation
.CommonGetWellKnownType(WellKnownType.System_Threading_CancellationToken);
3661
var cancellationTokenType = _module.
CommonCompilation
.CommonGetWellKnownType(WellKnownType.System_Threading_CancellationToken);