3 references to Tokenize
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (3)
603
/// Tokenizes <see cref="ParseContext.DirectiveText"/> like <see cref="
Tokenize
"/> for the "new" form
610
/// <item>If the text contains a double quote, it is parsed strictly via <see cref="
Tokenize
"/>.</item>
636
return
Tokenize
(context, nameSeparator, allowMetadata);