16 references to generateMethodSignature
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (16)
Semantics\ParamsCollectionTests.cs (16)
5068Diagnostic(ErrorCode.ERR_AmbigCall, "F1").WithArguments(generateMethodSignature("F1", type1), generateMethodSignature("F1", type2)).WithLocation(10, 17), 5071Diagnostic(ErrorCode.ERR_AmbigCall, "F2").WithArguments(generateMethodSignature("F2", type2), generateMethodSignature("F2", type1)).WithLocation(12, 17)); 5178Diagnostic(ErrorCode.ERR_AmbigCall, "F1").WithArguments(generateMethodSignature("F1", type1), generateMethodSignature("F1", type2)).WithLocation(10, 17), 5181Diagnostic(ErrorCode.ERR_AmbigCall, "F2").WithArguments(generateMethodSignature("F2", type2), generateMethodSignature("F2", type1)).WithLocation(12, 17)); 5283Diagnostic(ErrorCode.ERR_AmbigCall, "F1").WithArguments(generateMethodSignature("F1", type1), generateMethodSignature("F1", type2)).WithLocation(10, 17), 5286Diagnostic(ErrorCode.ERR_AmbigCall, "F2").WithArguments(generateMethodSignature("F2", type2), generateMethodSignature("F2", type1)).WithLocation(12, 17)); 5343string f1InterpolatedSig = generateMethodSignature("F1", interpolatedType); 5344string f1StringSig = generateMethodSignature("F1", stringType); 5345string f2InterpolatedSig = generateMethodSignature("F2", interpolatedType); 5346string f2StringSig = generateMethodSignature("F2", stringType);