2 references to GetEscapedString
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\StringHandle.cs (1)
158byte[] buffer = XmlConverter.ToBytes(_bufferReader.GetEscapedString(_offset, _length));
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (1)
824return _bufferReader.GetEscapedString(_offset, _length);