4 references to UTF32Preamble
System.Net.Http (4)
System\Net\Http\HttpContent.cs (4)
721return data.StartsWith(UTF32Preamble) ? UTF32Preamble.Length : 0; 744if (data.StartsWith(UTF32Preamble)) 747preambleLength = UTF32Preamble.Length;