1 write to s_lazyUtf8
Microsoft.CodeAnalysis (1)
InternalUtilities\StringExtensions.cs (1)
286
s_lazyUtf8
??= new UTF8Encoding(encoderShouldEmitUTF8Identifier: false, throwOnInvalidBytes: true);
1 reference to s_lazyUtf8
Microsoft.CodeAnalysis (1)
InternalUtilities\StringExtensions.cs (1)
289
result =
s_lazyUtf8
.GetBytes(s);