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