2 references to ShouldSurroundWithQuotes
Microsoft.Arcade.Common (2)
ArgumentEscaper.cs (2)
41
var shouldQuote = !quoted &&
ShouldSurroundWithQuotes
(argument);
99
var shouldQuote = !quoted &&
ShouldSurroundWithQuotes
(argument);