14 writes to Name
Microsoft.VisualStudio.LanguageServices.UnitTests (14)
CodeModel\CSharp\FileCodeModelTests.vb (7)
752
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N"})
775
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N", .Position = 0})
798
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N", .Position = "C"})
813
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N"})
832
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N"})
851
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N", .Position = 0})
870
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N", .Position = Type.Missing})
CodeModel\VisualBasic\FileCodeModelTests.vb (7)
676
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N"})
696
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N", .Position = 0})
716
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N", .Position = "C"})
730
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N"})
748
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N"})
766
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N", .Position = 0})
783
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N", .Position = Type.Missing})
2 references to Name
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
CodeModel\AbstractFileCodeModelTests.vb (2)
142
Dim newNamespace = fileCodeModel.AddNamespace(data.
Name
, data.Position)
144
Assert.Equal(data.
Name
, newNamespace.Name)