Base:
method
GetString
System.Text.Encoding.GetString(System.Byte[], System.Int32, System.Int32)
14 references to GetString
dotnet-svcutil-lib (7)
FrameworkFork\System.Runtime.Serialization\System\Xml\EncodingStreamWrapper.cs (4)
431
ThrowEncodingMismatch(s_safeUTF8.
GetString
(buffer, encStart, encCount), s_safeUTF8.
GetString
(s_encodingUTF8, 0, s_encodingUTF8.Length));
435
ThrowEncodingMismatch(s_safeUTF8.
GetString
(buffer, encStart, encCount), e);
439
ThrowEncodingMismatch(s_safeUTF8.
GetString
(buffer, encStart, encCount), e);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlConverter.cs (1)
372
return UTF8Encoding.
GetString
(buffer, offset, count);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlExceptionHelper.cs (1)
274
return CreateEncodingException(new System.Text.UTF8Encoding(false, false).
GetString
(buffer, offset, count), exception);
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
319
writer.WriteString(new UTF8Encoding().
GetString
(keyIdentifier, 0, keyIdentifier.Length));
Microsoft.CodeAnalysis.CSharp (1)
Utilities\InterceptableLocation.cs (1)
155
displayFileName = s_encoding.
GetString
(bytes, index: displayNameIndex, count: bytes.Length - displayNameIndex);
System.Private.DataContractSerialization (6)
System\Xml\EncodingStreamWrapper.cs (4)
403
ThrowEncodingMismatch(DataContractSerializer.UTF8NoBom.
GetString
(buffer, encStart, encCount), DataContractSerializer.UTF8NoBom.
GetString
(s_encodingUTF8, 0, s_encodingUTF8.Length));
407
ThrowEncodingMismatch(DataContractSerializer.UTF8NoBom.
GetString
(buffer, encStart, encCount), e);
411
ThrowEncodingMismatch(DataContractSerializer.UTF8NoBom.
GetString
(buffer, encStart, encCount), e);
System\Xml\XmlConverter.cs (1)
339
return DataContractSerializer.ValidatingUTF8.
GetString
(buffer, offset, count);
System\Xml\XmlExceptionHelper.cs (1)
316
return CreateEncodingException(new System.Text.UTF8Encoding(false, false).
GetString
(buffer, offset, count), exception);