3 references to Peek
Microsoft.DotNet.Cli.Utils (3)
MSBuildPropertyParser.cs (3)
64if (c == '\\' && Peek() == '"') 101if (Peek() == '"') 123if (Peek() is char c && (c == ';' || c == ','))