8 references to assertMethod
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (8)
CodeGen\CodeGenFunctionPointersTests.cs (8)
6582assertMethod("M1", "void Derived.M1(delegate*<(System.Int32 i, System.String s)> ptr)"); 6583assertMethod("M2", "delegate*<(System.Int32 i, System.String s)> Derived.M2()"); 6584assertMethod("M3", "void Derived.M3(delegate*<(System.Int32 i, System.String s), System.Void> ptr)"); 6585assertMethod("M4", "delegate*<(System.Int32 i, System.String s), System.Void> Derived.M4()"); 6586assertMethod("M5", "void Derived.M5(delegate*<(System.Int32, System.String)> ptr)"); 6587assertMethod("M6", "delegate*<(System.Int32, System.String)> Derived.M6()"); 6588assertMethod("M7", "void Derived.M7(delegate*<(System.Int32, System.String), System.Void> ptr)"); 6589assertMethod("M8", "delegate*<(System.Int32, System.String), System.Void> Derived.M8()");