3 references to CharsToEscape
Microsoft.Extensions.ApiDescription.Client (3)
MetadataSerializer.cs (3)
21
private static readonly HashSet<char> CharsToEscapeHash = new HashSet<char>(
CharsToEscape
);
39
if (value.IndexOfAny(
CharsToEscape
) == -1)
121
if (value.IndexOfAny(
CharsToEscape
) == -1)