4 references to crt
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XmlConvert.cs (4)
468
if (token[0] == ' ' || token[token.Length - 1] == ' ' || token.IndexOfAny(
crt
) != -1 || token.IndexOf(" ", StringComparison.Ordinal) != -1)
481
if (token[0] == ' ' || token[token.Length - 1] == ' ' || token.IndexOfAny(
crt
) != -1 || token.IndexOf(" ", StringComparison.Ordinal) != -1)
535
if (str.IndexOfAny(
crt
) != -1)
544
if (str.IndexOfAny(
crt
) != -1)