8 references to assertMethod
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (8)
CodeGen\CodeGenFunctionPointersTests.cs (8)
6568assertMethod("M1", "void Derived.M1(delegate*<(System.Int32 i, System.String s)> ptr)");
6569assertMethod("M2", "delegate*<(System.Int32 i, System.String s)> Derived.M2()");
6570assertMethod("M3", "void Derived.M3(delegate*<(System.Int32 i, System.String s), System.Void> ptr)");
6571assertMethod("M4", "delegate*<(System.Int32 i, System.String s), System.Void> Derived.M4()");
6572assertMethod("M5", "void Derived.M5(delegate*<(System.Int32, System.String)> ptr)");
6573assertMethod("M6", "delegate*<(System.Int32, System.String)> Derived.M6()");
6574assertMethod("M7", "void Derived.M7(delegate*<(System.Int32, System.String), System.Void> ptr)");
6575assertMethod("M8", "delegate*<(System.Int32, System.String), System.Void> Derived.M8()");