8 references to TestAddPropertyAsync
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (8)
CodeGeneration\CodeGenerationTests.CSharp.cs (5)
898
=>
TestAddPropertyAsync
("class [|C|] { }", """
909
=>
TestAddPropertyAsync
("class [|C|] { }", """
950
=>
TestAddPropertyAsync
("class [|C|] { }", "class C { public string this[int i] => String.Empty; }",
958
=>
TestAddPropertyAsync
("class [|C|] { }", """
982
=>
TestAddPropertyAsync
("class [|C|] { }", """
CodeGeneration\CodeGenerationTests.VisualBasic.cs (3)
894
=>
TestAddPropertyAsync
("Class [|C|]\n End Class", """
926
=>
TestAddPropertyAsync
("Class [|C|]\n End Class", """
938
=>
TestAddPropertyAsync
("Class [|C|]\n End Class", """