7 references to InsertAsciiChar
System.Text.Encodings.Web (7)
System\Text\Encodings\Web\DefaultJavaScriptEncoder.cs (7)
85
_preescapedMap.
InsertAsciiChar
('\b', (byte)'b');
86
_preescapedMap.
InsertAsciiChar
('\t', (byte)'t');
87
_preescapedMap.
InsertAsciiChar
('\n', (byte)'n');
88
_preescapedMap.
InsertAsciiChar
('\f', (byte)'f');
89
_preescapedMap.
InsertAsciiChar
('\r', (byte)'r');
90
_preescapedMap.
InsertAsciiChar
('\\', (byte)'\\');
94
_preescapedMap.
InsertAsciiChar
('\"', (byte)'\"');