2 references to EscaperImplementation
System.Text.Encodings.Web (2)
System\Text\Encodings\Web\DefaultJavaScriptEncoder.cs (2)
75
internal static readonly EscaperImplementation Singleton = new
EscaperImplementation
(allowMinimalEscaping: false);
76
internal static readonly EscaperImplementation SingletonMinimallyEscaped = new
EscaperImplementation
(allowMinimalEscaping: true);