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