1 write to _encoding
Microsoft.CodeAnalysis (1)
Text\SourceTextStream.cs (1)
36_encoding = source.Encoding ?? s_utf8EncodingWithNoBOM;
3 references to _encoding
Microsoft.CodeAnalysis (3)
Text\SourceTextStream.cs (3)
37_encoder = _encoding.GetEncoder(); 38_minimumTargetBufferCount = _encoding.GetMaxByteCount(charCount: 1); 121byte[] preambleBytes = _encoding.GetPreamble();