6 references to SetValue
dotnet-svcutil-lib (6)
FrameworkFork\System.Runtime.Serialization\System\Xml\StringHandle.cs (1)
35SetValue(0, 0);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (1)
2593nameSpace.Uri.SetValue(3, xmlBuffer.Length - 3);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
1027handle.SetValue(offset, length);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (3)
670declarationNode.LocalName.SetValue(localNameOffset, localNameLength); 749localName.SetValue(localNameOffset, offset - localNameOffset); 759localName.SetValue(prefixOffset, offset - prefixOffset);