15 instantiations of SymbolDistinguisher
Microsoft.CodeAnalysis.CSharp (15)
Binder\Binder_Expressions.cs (4)
355
SymbolDistinguisher distinguisher = new
SymbolDistinguisher
(this.Compilation, trueSymbol, falseSymbol);
2888
SymbolDistinguisher distinguisher1 = new
SymbolDistinguisher
(this.Compilation, operand.Type, targetType);
2963
SymbolDistinguisher distinguisher = new
SymbolDistinguisher
(this.Compilation, operand.Type, targetType);
7163
SymbolDistinguisher distinguisher = new
SymbolDistinguisher
(this.Compilation, coClassType, interfaceType);
Binder\Binder_Invocation.cs (2)
1092
SymbolDistinguisher distinguisher = new
SymbolDistinguisher
(compilation, call.ReceiverOpt.Type, call.Method.ContainingType);
1098
SymbolDistinguisher distinguisher = new
SymbolDistinguisher
(compilation, this.ContainingType, call.Method.ContainingType);
Binder\Binder_Operators.cs (1)
5571
SymbolDistinguisher distinguisher = new
SymbolDistinguisher
(compilation, operandType, targetType);
Binder\Binder_Statements.cs (4)
2249
SymbolDistinguisher distinguisher = new
SymbolDistinguisher
(this.Compilation, lambdaParameterType, delegateParameterType);
2308
SymbolDistinguisher distinguisher = new
SymbolDistinguisher
(compilation, sourceType, targetType);
2325
SymbolDistinguisher distinguisher = new
SymbolDistinguisher
(compilation, sourceType, targetType);
2339
SymbolDistinguisher distinguisher = new
SymbolDistinguisher
(compilation, sourceType, targetType);
Binder\ForEachLoopBinder.cs (1)
504
SymbolDistinguisher distinguisher = new
SymbolDistinguisher
(this.Compilation, inferredType.Type, iterationVariableType.Type);
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (2)
1384
SymbolDistinguisher distinguisher = new
SymbolDistinguisher
(binder.Compilation, displayArg, unwrapIfParamsCollection(badArg, parameter, isLastParameter));
1557
var distinguisher = new
SymbolDistinguisher
(compilation, first, second);
Symbols\ConstraintsHelper.cs (1)
1217
SymbolDistinguisher distinguisher = new
SymbolDistinguisher
(args.CurrentCompilation, constraintType.Type, typeArgument.Type);
17 references to SymbolDistinguisher
Microsoft.CodeAnalysis.CSharp (17)
Binder\Binder_Expressions.cs (4)
355
SymbolDistinguisher
distinguisher = new SymbolDistinguisher(this.Compilation, trueSymbol, falseSymbol);
2888
SymbolDistinguisher
distinguisher1 = new SymbolDistinguisher(this.Compilation, operand.Type, targetType);
2963
SymbolDistinguisher
distinguisher = new SymbolDistinguisher(this.Compilation, operand.Type, targetType);
7163
SymbolDistinguisher
distinguisher = new SymbolDistinguisher(this.Compilation, coClassType, interfaceType);
Binder\Binder_Invocation.cs (2)
1092
SymbolDistinguisher
distinguisher = new SymbolDistinguisher(compilation, call.ReceiverOpt.Type, call.Method.ContainingType);
1098
SymbolDistinguisher
distinguisher = new SymbolDistinguisher(compilation, this.ContainingType, call.Method.ContainingType);
Binder\Binder_Operators.cs (1)
5571
SymbolDistinguisher
distinguisher = new SymbolDistinguisher(compilation, operandType, targetType);
Binder\Binder_Statements.cs (4)
2249
SymbolDistinguisher
distinguisher = new SymbolDistinguisher(this.Compilation, lambdaParameterType, delegateParameterType);
2308
SymbolDistinguisher
distinguisher = new SymbolDistinguisher(compilation, sourceType, targetType);
2325
SymbolDistinguisher
distinguisher = new SymbolDistinguisher(compilation, sourceType, targetType);
2339
SymbolDistinguisher
distinguisher = new SymbolDistinguisher(compilation, sourceType, targetType);
Binder\ForEachLoopBinder.cs (1)
504
SymbolDistinguisher
distinguisher = new SymbolDistinguisher(this.Compilation, inferredType.Type, iterationVariableType.Type);
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (2)
1384
SymbolDistinguisher
distinguisher = new SymbolDistinguisher(binder.Compilation, displayArg, unwrapIfParamsCollection(badArg, parameter, isLastParameter));
1557
var
distinguisher = new SymbolDistinguisher(compilation, first, second);
Symbols\ConstraintsHelper.cs (1)
1217
SymbolDistinguisher
distinguisher = new SymbolDistinguisher(args.CurrentCompilation, constraintType.Type, typeArgument.Type);
Symbols\SymbolDistinguisher.cs (2)
206
private readonly
SymbolDistinguisher
_distinguisher;
209
public Description(
SymbolDistinguisher
distinguisher, int index)