14 instantiations of SymbolDistinguisher
Microsoft.CodeAnalysis.CSharp (14)
Binder\Binder_Expressions.cs (4)
319SymbolDistinguisher distinguisher = new SymbolDistinguisher(this.Compilation, trueSymbol, falseSymbol); 2764SymbolDistinguisher distinguisher1 = new SymbolDistinguisher(this.Compilation, operand.Type, targetType); 2839SymbolDistinguisher distinguisher = new SymbolDistinguisher(this.Compilation, operand.Type, targetType); 6953SymbolDistinguisher distinguisher = new SymbolDistinguisher(this.Compilation, coClassType, interfaceType);
Binder\Binder_Invocation.cs (2)
1052SymbolDistinguisher distinguisher = new SymbolDistinguisher(compilation, call.ReceiverOpt.Type, call.Method.ContainingType); 1058SymbolDistinguisher distinguisher = new SymbolDistinguisher(compilation, this.ContainingType, call.Method.ContainingType);
Binder\Binder_Operators.cs (1)
3891SymbolDistinguisher distinguisher = new SymbolDistinguisher(compilation, operandType, targetType);
Binder\Binder_Statements.cs (4)
2187SymbolDistinguisher distinguisher = new SymbolDistinguisher(this.Compilation, lambdaParameterType, delegateParameterType); 2259SymbolDistinguisher distinguisher = new SymbolDistinguisher(compilation, sourceType, targetType); 2276SymbolDistinguisher distinguisher = new SymbolDistinguisher(compilation, sourceType, targetType); 2290SymbolDistinguisher distinguisher = new SymbolDistinguisher(compilation, sourceType, targetType);
Binder\ForEachLoopBinder.cs (1)
489SymbolDistinguisher distinguisher = new SymbolDistinguisher(this.Compilation, inferredType.Type, iterationVariableType.Type);
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (1)
1343SymbolDistinguisher distinguisher = new SymbolDistinguisher(binder.Compilation, displayArg, unwrapIfParamsCollection(badArg, parameter, isLastParameter));
Symbols\ConstraintsHelper.cs (1)
1191SymbolDistinguisher distinguisher = new SymbolDistinguisher(args.CurrentCompilation, constraintType.Type, typeArgument.Type);
16 references to SymbolDistinguisher
Microsoft.CodeAnalysis.CSharp (16)
Binder\Binder_Expressions.cs (4)
319SymbolDistinguisher distinguisher = new SymbolDistinguisher(this.Compilation, trueSymbol, falseSymbol); 2764SymbolDistinguisher distinguisher1 = new SymbolDistinguisher(this.Compilation, operand.Type, targetType); 2839SymbolDistinguisher distinguisher = new SymbolDistinguisher(this.Compilation, operand.Type, targetType); 6953SymbolDistinguisher distinguisher = new SymbolDistinguisher(this.Compilation, coClassType, interfaceType);
Binder\Binder_Invocation.cs (2)
1052SymbolDistinguisher distinguisher = new SymbolDistinguisher(compilation, call.ReceiverOpt.Type, call.Method.ContainingType); 1058SymbolDistinguisher distinguisher = new SymbolDistinguisher(compilation, this.ContainingType, call.Method.ContainingType);
Binder\Binder_Operators.cs (1)
3891SymbolDistinguisher distinguisher = new SymbolDistinguisher(compilation, operandType, targetType);
Binder\Binder_Statements.cs (4)
2187SymbolDistinguisher distinguisher = new SymbolDistinguisher(this.Compilation, lambdaParameterType, delegateParameterType); 2259SymbolDistinguisher distinguisher = new SymbolDistinguisher(compilation, sourceType, targetType); 2276SymbolDistinguisher distinguisher = new SymbolDistinguisher(compilation, sourceType, targetType); 2290SymbolDistinguisher distinguisher = new SymbolDistinguisher(compilation, sourceType, targetType);
Binder\ForEachLoopBinder.cs (1)
489SymbolDistinguisher distinguisher = new SymbolDistinguisher(this.Compilation, inferredType.Type, iterationVariableType.Type);
Binder\Semantics\OverloadResolution\OverloadResolutionResult.cs (1)
1343SymbolDistinguisher distinguisher = new SymbolDistinguisher(binder.Compilation, displayArg, unwrapIfParamsCollection(badArg, parameter, isLastParameter));
Symbols\ConstraintsHelper.cs (1)
1191SymbolDistinguisher distinguisher = new SymbolDistinguisher(args.CurrentCompilation, constraintType.Type, typeArgument.Type);
Symbols\SymbolDistinguisher.cs (2)
208private readonly SymbolDistinguisher _distinguisher; 211public Description(SymbolDistinguisher distinguisher, int index)