13 references to
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\Dom\XPathNodeList.cs (2)
115_valid = (_list[_index] != null); 125return _list[_index];
FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs (1)
251markup[i] = list[i];
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OneWayBindingElementImporter.cs (1)
39XmlNode currentNode = oneWayAssertion.ChildNodes[i];
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (5)
260XmlElement elem = (rootElement.ChildNodes[i] as XmlElement); 351XmlElement element = rstr.RequestSecurityTokenResponseXml.ChildNodes[i] as XmlElement; 393XmlElement elem = rootElement.ChildNodes[i] as XmlElement; 429XmlElement element = rootElement.ChildNodes[i] as XmlElement; 453XmlElement elem = rstr.RequestSecurityTokenResponseXml.ChildNodes[i] as XmlElement;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (2)
132XmlElement child = (rstrXml.ChildNodes[i] as XmlElement); 151XmlElement child = (rstXml.ChildNodes[i] as XmlElement);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\XmlHelper.cs (2)
57XmlNode child = parent.ChildNodes[i]; 89XmlNode child = parent.ChildNodes[i];