14 writes to Name
Microsoft.VisualStudio.LanguageServices.UnitTests (14)
CodeModel\CSharp\FileCodeModelTests.vb (7)
751
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N"})
774
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N", .Position = 0})
797
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N", .Position = "C"})
812
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N"})
831
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N"})
850
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N", .Position = 0})
869
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N", .Position = Type.Missing})
CodeModel\VisualBasic\FileCodeModelTests.vb (7)
675
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N"})
695
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N", .Position = 0})
715
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N", .Position = "C"})
729
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N"})
747
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N"})
765
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N", .Position = 0})
782
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)