4 references to ValidateMethodImplementationTest1_011
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Symbols\DefaultInterfaceImplementationTests.cs (4)
136ValidateMethodImplementationTest1_011(m, "void I1.M1()", isStatic);
307ValidateMethodImplementationTest1_011(m, "void Test1.M1()", isStatic);
447ValidateMethodImplementationTest1_011(m, "void Test1.I1.M1()", isStatic);
67978ValidateMethodImplementationTest1_011(m, String.Format(expectedImplementationDisplayFormat, "I1<Test1>", "Test1"), isStatic: true, opName);