25 writes to Position
Microsoft.VisualStudio.LanguageServices.UnitTests (25)
CodeModel\CSharp\CodeClassTests.vb (12)
2341
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "Goo"})
2366
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
2392
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
2418
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
2444
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "y"})
2467
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= 0})
2490
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= -1})
2514
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
2538
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
2562
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "y"})
2693
Await TestAddVariable(code, expected, New VariableData With {.Name = "j", .Type = EnvDTE.vsCMTypeRef.vsCMTypeRefInt, .
Position
= "i"})
2716
Await TestAddVariable(code, expected, New VariableData With {.Name = "j", .Type = EnvDTE.vsCMTypeRef.vsCMTypeRefInt, .
Position
= "i"})
CodeModel\VisualBasic\CodeClassTests.vb (13)
1174
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "Goo"})
1195
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "Goo"})
1220
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
1246
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
1272
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
1298
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
1324
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "y"})
1347
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= 0})
1370
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= -1})
1392
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
1414
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
1436
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "y"})
1554
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)