16 references to generateMethodSignature
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (16)
Semantics\ParamsCollectionTests.cs (16)
5084Diagnostic(ErrorCode.ERR_AmbigCall, "F1").WithArguments(generateMethodSignature("F1", type1), generateMethodSignature("F1", type2)).WithLocation(10, 17),
5087Diagnostic(ErrorCode.ERR_AmbigCall, "F2").WithArguments(generateMethodSignature("F2", type2), generateMethodSignature("F2", type1)).WithLocation(12, 17));
5194Diagnostic(ErrorCode.ERR_AmbigCall, "F1").WithArguments(generateMethodSignature("F1", type1), generateMethodSignature("F1", type2)).WithLocation(10, 17),
5197Diagnostic(ErrorCode.ERR_AmbigCall, "F2").WithArguments(generateMethodSignature("F2", type2), generateMethodSignature("F2", type1)).WithLocation(12, 17));
5299Diagnostic(ErrorCode.ERR_AmbigCall, "F1").WithArguments(generateMethodSignature("F1", type1), generateMethodSignature("F1", type2)).WithLocation(10, 17),
5302Diagnostic(ErrorCode.ERR_AmbigCall, "F2").WithArguments(generateMethodSignature("F2", type2), generateMethodSignature("F2", type1)).WithLocation(12, 17));
5359string f1InterpolatedSig = generateMethodSignature("F1", interpolatedType);
5360string f1StringSig = generateMethodSignature("F1", stringType);
5361string f2InterpolatedSig = generateMethodSignature("F2", interpolatedType);
5362string f2StringSig = generateMethodSignature("F2", stringType);