3 references to Utf8WithoutPreamble
System.ServiceModel.Primitives (3)
System\IdentityModel\CanonicalFormWriter.cs (2)
74byte[] buffer = CanonicalFormWriter.Utf8WithoutPreamble.GetBytes(s); 80byte[] buffer = CanonicalFormWriter.Utf8WithoutPreamble.GetBytes(chars, 0, count);
System\ServiceModel\Security\WSUtilitySpecificationVersion.cs (1)
162Encoding encoding = CanonicalFormWriter.Utf8WithoutPreamble;