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