1 write to _compilation
Microsoft.CodeAnalysis.CSharp (1)
Binder\DecisionDagBuilder.cs (1)
71
this.
_compilation
= compilation;
6 references to _compilation
Microsoft.CodeAnalysis.CSharp (6)
Binder\DecisionDagBuilder.cs (5)
326
var objectType = this.
_compilation
.GetSpecialType(SpecialType.System_Object);
342
var lengthTemp = new BoundDagTemp(syntax, this.
_compilation
.GetSpecialType(SpecialType.System_Int32), lengthEvaluation);
459
var useSiteInfo = new CompoundUseSiteInfo<AssemblySymbol>(_diagnostics,
_compilation
.Assembly);
729
return new ExtendedErrorTypeSymbol(this.
_compilation
, name, arity: 0, errorInfo: null, unreported: false);
1300
var useSiteInfo = new CompoundUseSiteInfo<AssemblySymbol>(_diagnostics,
_compilation
.Assembly);
Binder\DecisionDagBuilder_ListPatterns.cs (1)
43
var lengthTemp = new BoundDagTemp(syntax,
_compilation
.GetSpecialType(SpecialType.System_Int32), lengthEvaluation);