25 writes to Position
Microsoft.VisualStudio.LanguageServices.UnitTests (25)
CodeModel\CSharp\CodeClassTests.vb (12)
2342
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "Goo"})
2367
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
2393
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
2419
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
2445
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "y"})
2468
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= 0})
2491
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= -1})
2515
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
2539
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
2563
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "y"})
2694
Await TestAddVariable(code, expected, New VariableData With {.Name = "j", .Type = EnvDTE.vsCMTypeRef.vsCMTypeRefInt, .
Position
= "i"})
2717
Await TestAddVariable(code, expected, New VariableData With {.Name = "j", .Type = EnvDTE.vsCMTypeRef.vsCMTypeRefInt, .
Position
= "i"})
CodeModel\VisualBasic\CodeClassTests.vb (13)
1175
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "Goo"})
1196
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "Goo"})
1221
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
1247
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
1273
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
1299
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
1325
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "y"})
1348
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= 0})
1371
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= -1})
1393
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
1415
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
1437
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "y"})
1555
Await TestAddVariable(code, expected, New VariableData With {.Name = "j", .Type = EnvDTE.vsCMTypeRef.vsCMTypeRefInt, .
Position
= "i"})
2 references to Position
Microsoft.VisualStudio.LanguageServices.UnitTests (2)
CodeModel\AbstractCodeClassTests.vb (1)
149
Return codeElement.AddVariable(data.Name, data.Type, data.
Position
, data.Access, data.Location)
CodeModel\AbstractFileCodeModelTests.vb (1)
162
fileCodeModel.AddVariable(data.Name, data.Type, data.
Position
, data.Access)