11 references to TestAddConstructorAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (11)
CodeGeneration\CodeGenerationTests.CSharp.cs (5)
94
=>
TestAddConstructorAsync
("class [|C|] { }", """
105
=>
TestAddConstructorAsync
("class [|C|] { }", """
115
=>
TestAddConstructorAsync
("class [|C|] { }", """
129
=>
TestAddConstructorAsync
("class [|C|] { public C(int i) { } }", "class C { public C() : this(42) { } public C(int i) { } }",
134
=>
TestAddConstructorAsync
("class [|C|] { }", """
CodeGeneration\CodeGenerationTests.VisualBasic.cs (6)
70
=>
TestAddConstructorAsync
("Class [|C|]\n End Class", """
80
=>
TestAddConstructorAsync
("""
102
=>
TestAddConstructorAsync
("Class [|C|]\n End Class", """
111
=>
TestAddConstructorAsync
("Class [|C|]\n End Class", """
123
=>
TestAddConstructorAsync
("Class [|C|]\n End Class", """
133
=>
TestAddConstructorAsync
("Class [|C|]\n Public Sub New(i As Integer)\n End Sub\n End Class", """