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