25 writes to Position
Microsoft.VisualStudio.LanguageServices.UnitTests (25)
CodeModel\CSharp\CodeClassTests.vb (12)
2338
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "Goo"})
2363
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
2389
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
2415
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
2441
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "y"})
2464
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= 0})
2487
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= -1})
2511
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
2535
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
2559
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "y"})
2690
Await TestAddVariable(code, expected, New VariableData With {.Name = "j", .Type = EnvDTE.vsCMTypeRef.vsCMTypeRefInt, .
Position
= "i"})
2713
Await TestAddVariable(code, expected, New VariableData With {.Name = "j", .Type = EnvDTE.vsCMTypeRef.vsCMTypeRefInt, .
Position
= "i"})
CodeModel\VisualBasic\CodeClassTests.vb (13)
1173
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "Goo"})
1194
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "Goo"})
1219
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
1245
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
1271
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
1297
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
1323
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "y"})
1346
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= 0})
1369
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= -1})
1391
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
1413
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "x"})
1435
Await TestAddVariable(code, expected, New VariableData With {.Name = "i", .Type = "System.Int32", .
Position
= "y"})
1553
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)
148
Return codeElement.AddVariable(data.Name, data.Type, data.
Position
, data.Access, data.Location)
CodeModel\AbstractFileCodeModelTests.vb (1)
161
fileCodeModel.AddVariable(data.Name, data.Type, data.
Position
, data.Access)