14 writes to Name
Microsoft.VisualStudio.LanguageServices.UnitTests (14)
CodeModel\CSharp\FileCodeModelTests.vb (7)
749
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N"})
772
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N", .Position = 0})
795
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N", .Position = "C"})
810
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N"})
829
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N"})
848
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N", .Position = 0})
867
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N", .Position = Type.Missing})
CodeModel\VisualBasic\FileCodeModelTests.vb (7)
673
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N"})
693
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N", .Position = 0})
713
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N", .Position = "C"})
727
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N"})
745
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N"})
763
Await TestAddNamespace(code, expected, New NamespaceData With {.
Name
= "N", .Position = 0})
780
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)
141
Dim newNamespace = fileCodeModel.AddNamespace(data.
Name
, data.Position)
143
Assert.Equal(data.
Name
, newNamespace.Name)