18 references to VerifyMethods
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (18)
Emit\CompilationEmitTests.cs (18)
574VerifyMethods(output, "C", new[] { "void C.Main()", "C..ctor()" }); 578VerifyMethods(metadataOutput, "C", new[] { "C..ctor()" }); 712VerifyMethods(output, "C", new[] { "System.Int32 C.<PrivateSetter>k__BackingField", "System.Int32 C.PrivateSetter.get", "void C.PrivateSetter.set", 714VerifyMethods(metadataOutput, "C", new[] { "System.Int32 C.PrivateSetter.get", "C..ctor()", "System.Int32 C.PrivateSetter { get; }" }); 738VerifyMethods(output, "C", new[] { "System.Int32 C.<PrivateGetter>k__BackingField", "System.Int32 C.PrivateGetter.get", "void C.PrivateGetter.set", 740VerifyMethods(metadataOutput, "C", new[] { "void C.PrivateGetter.set", "C..ctor()", "System.Int32 C.PrivateGetter { set; }" }); 762VerifyMethods(output, "C", new[] { "System.Int32 C.this[System.Int32 i].get", "void C.this[System.Int32 i].set", 764VerifyMethods(metadataOutput, "C", new[] { "void C.this[System.Int32 i].set", "C..ctor()", 791VerifyMethods(output, "C", new[] { "void C.Property.set", "C..ctor()", "System.Int32 C.Property.get", "System.Int32 C.Property { internal get; set; }" }); 793VerifyMethods(metadataOutput, "C", new[] { "void C.Property.set", "C..ctor()", "System.Int32 C.Property.get", "System.Int32 C.Property { internal get; set; }" }); 843VerifyMethods(output, "C", new[] { "C..ctor()" }); 844VerifyMethods(metadataOutput, "C", new[] { "C..ctor()" }); 845VerifyMethods(output, "SomeAttribute", new[] { "SomeAttribute..ctor()" }); 846VerifyMethods(metadataOutput, "SomeAttribute", new[] { "SomeAttribute..ctor()" }); 884VerifyMethods(output, "C", new[] { "C..ctor()" }); 885VerifyMethods(metadataOutput, "C", new[] { "C..ctor()" }); 886VerifyMethods(output, "SomeAttribute", new[] { "SomeAttribute..ctor()", "SomeAttribute..cctor()", "void SomeAttribute.F()" }); 887VerifyMethods(metadataOutput, "SomeAttribute", new[] { "SomeAttribute..ctor()" });