| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Package Functions | |
| override int | EncodeUtf8 (Rune value, Span< byte > destination) | 
| override int | EncodeUtf16 (Rune value, Span< char > destination) | 
Static Package Attributes | |
| static readonly EscaperImplementation | Singleton = new EscaperImplementation(allowMinimalEscaping: false) | 
| static readonly EscaperImplementation | SingletonMinimallyEscaped = new EscaperImplementation(allowMinimalEscaping: true) | 
Private Member Functions | |
| EscaperImplementation (bool allowMinimalEscaping) | |
Private Attributes | |
| readonly AsciiByteMap | _preescapedMap | 
Definition at line 8 of file DefaultJavaScriptEncoder.cs.