2 references to GetString
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\PrefixHandle.cs (1)
152return _bufferReader.GetString(_offset, _length, nameTable);
FrameworkFork\System.Runtime.Serialization\System\Xml\StringHandle.cs (1)
112return _bufferReader.GetString(_offset, _length, nameTable);