Searched refs:s_utf8WithoutBom (Results 1 – 1 of 1) sorted by relevance
375 static readonly Encoding s_utf8WithoutBom = new UTF8Encoding(false); field in Grpc.Tools.ProtoCompile376 protected override Encoding ResponseFileEncoding => s_utf8WithoutBom;