18 references to VerifyMethods
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (18)
Emit\CompilationEmitTests.cs (18)
575VerifyMethods(output, "C", new[] { "void C.Main()", "C..ctor()" });
579VerifyMethods(metadataOutput, "C", new[] { "void C.Main()", "C..ctor()" });
713VerifyMethods(output, "C", new[] { "System.Int32 C.<PrivateSetter>k__BackingField", "System.Int32 C.PrivateSetter.get", "void C.PrivateSetter.set",
715VerifyMethods(metadataOutput, "C", new[] { "System.Int32 C.PrivateSetter.get", "C..ctor()", "System.Int32 C.PrivateSetter { get; }" });
739VerifyMethods(output, "C", new[] { "System.Int32 C.<PrivateGetter>k__BackingField", "System.Int32 C.PrivateGetter.get", "void C.PrivateGetter.set",
741VerifyMethods(metadataOutput, "C", new[] { "void C.PrivateGetter.set", "C..ctor()", "System.Int32 C.PrivateGetter { set; }" });
763VerifyMethods(output, "C", new[] { "System.Int32 C.this[System.Int32 i].get", "void C.this[System.Int32 i].set",
765VerifyMethods(metadataOutput, "C", new[] { "void C.this[System.Int32 i].set", "C..ctor()",
792VerifyMethods(output, "C", new[] { "void C.Property.set", "C..ctor()", "System.Int32 C.Property.get", "System.Int32 C.Property { internal get; set; }" });
794VerifyMethods(metadataOutput, "C", new[] { "void C.Property.set", "C..ctor()", "System.Int32 C.Property.get", "System.Int32 C.Property { internal get; set; }" });
844VerifyMethods(output, "C", new[] { "C..ctor()" });
845VerifyMethods(metadataOutput, "C", new[] { "C..ctor()" });
846VerifyMethods(output, "SomeAttribute", new[] { "SomeAttribute..ctor()" });
847VerifyMethods(metadataOutput, "SomeAttribute", new[] { "SomeAttribute..ctor()" });
885VerifyMethods(output, "C", new[] { "C..ctor()" });
886VerifyMethods(metadataOutput, "C", new[] { "C..ctor()" });
887VerifyMethods(output, "SomeAttribute", new[] { "SomeAttribute..ctor()", "SomeAttribute..cctor()", "void SomeAttribute.F()" });
888VerifyMethods(metadataOutput, "SomeAttribute", new[] { "SomeAttribute..ctor()" });