26 references to CurrentTokenType
Microsoft.VisualStudio.LanguageServices.IntegrationTests (26)
CSharp\CSharpInteractiveDirectives.cs (13)
228
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "keyword");
230
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "punctuation");
232
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "identifier");
234
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "string");
237
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "xml doc comment - delimiter");
239
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "xml doc comment - name");
241
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "xml doc comment - text");
243
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "xml doc comment - text");
245
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "xml doc comment - comment");
247
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "xml doc comment - delimiter");
249
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "xml doc comment - cdata section");
251
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "identifier");
253
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "class name");
CSharp\CSharpReplClassification.cs (13)
39
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "keyword");
41
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "punctuation");
43
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "method name");
45
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "string");
48
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "xml doc comment - delimiter");
50
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "xml doc comment - name");
52
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "xml doc comment - text");
54
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "xml doc comment - delimiter");
56
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "xml doc comment - comment");
58
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "xml doc comment - delimiter");
60
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "xml doc comment - cdata section");
62
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "identifier");
64
VisualStudio.InteractiveWindow.Verify.
CurrentTokenType
(tokenType: "class name");