3 references to Utf8WithoutPreamble
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\IdentityModel\CanonicalFormWriter.cs (2)
75
byte[] buffer = CanonicalFormWriter.
Utf8WithoutPreamble
.GetBytes(s);
81
byte[] buffer = CanonicalFormWriter.
Utf8WithoutPreamble
.GetBytes(chars, 0, count);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSUtilitySpecificationVersion.cs (1)
140
Encoding encoding = CanonicalFormWriter.
Utf8WithoutPreamble
;