7 references to Value
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (3)
242_pageParent[_idxParent].SetValue(_pageSibling[_idxSibling].Value); 314_doc.AddIdElement(_pageSibling[_idxSibling].Value, _pageParent, _idxParent); 524idxTemp = NewNamespaceNode(out pageTemp, pageOrig[idxOrig].LocalName, pageOrig[idxOrig].Value, pageTemp, idxTemp);
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentNavigator.cs (4)
76value = _pageCurrent[_idxCurrent].Value; 101return _pageParent[_idxParent].Value; 123s = page[idx].Value; 132bldr.Append(page[idx].Value);