17 references to SetValue
dotnet-svcutil-lib (17)
FrameworkFork\System.Runtime.Serialization\System\Xml\ValueHandle.cs (3)
115
SetValue
(ValueHandleType.Dictionary, key, 0);
120
SetValue
(ValueHandleType.Char, ch, 0);
125
SetValue
(ValueHandleType.QName, key, prefix);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (4)
849
textNode.Value.
SetValue
(type, offset, length);
899
MoveToComplexText().Value.
SetValue
(ValueHandleType.UTF8, offset, actual);
964
MoveToComplexText().Value.
SetValue
(ValueHandleType.Unicode, offset, actual);
1020
value.
SetValue
(ValueHandleType.UTF8, offset, length);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (2)
1334
value.
SetValue
(type, offset, length);
1363
value.
SetValue
(ValueHandleType.List, offset, count);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (8)
671
declarationNode.Value.
SetValue
(ValueHandleType.UTF8, valueOffset, valueLength);
859
attributeNode.Value.
SetValue
((escaped ? ValueHandleType.EscapedUTF8 : ValueHandleType.UTF8), valueOffset, valueLength);
867
attributeNode.Value.
SetValue
((escaped ? ValueHandleType.EscapedUTF8 : ValueHandleType.UTF8), valueOffset, valueLength);
1061
MoveToComment().Value.
SetValue
(ValueHandleType.UTF8, commentOffset, commentLength);
1103
MoveToCData().Value.
SetValue
(ValueHandleType.UTF8, cdataOffset, cdataLength);
1143
MoveToWhitespaceText().Value.
SetValue
(ValueHandleType.UTF8, offset, length);
1290
MoveToAtomicText().Value.
SetValue
(ValueHandleType.UTF8, offset, length);
1294
MoveToComplexText().Value.
SetValue
(ValueHandleType.UTF8, offset, length);