4 references to GetString
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\PrefixHandle.cs (1)
161return _bufferReader.GetString(_offset, _length);
FrameworkFork\System.Runtime.Serialization\System\Xml\StringHandle.cs (2)
124return _bufferReader.GetString(_offset, _length); 227return GetString() == _bufferReader.GetString(offset2, length2);
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (1)
812return _bufferReader.GetString(_offset, _length);