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