3 overrides of Count
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlChildNodes.cs (1)
33public override int Count
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElementList.cs (1)
236public override int Count
FrameworkFork\Microsoft.Xml\Xml\Dom\XPathNodeList.cs (1)
27public override int Count
18 references to Count
dotnet-svcutil-lib (18)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
797if (node.ChildNodes.Count > 0)
FrameworkFork\Microsoft.Xml\Xml\schema\Parser.cs (3)
248XmlNode[] markup = new XmlNode[list.Count]; 249for (int i = 0; i < list.Count; i++) 464if (eref.ChildNodes.Count == 0)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (1)
1300if (typeElement.ChildNodes.Count > 0) //Generic Type
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ContextBindingElementPolicy.cs (2)
52&& assertion.ChildNodes.Count == 0) 64if (parent.ChildNodes.Count == 0)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\OneWayBindingElementImporter.cs (1)
37for (int i = 0; i < oneWayAssertion.ChildNodes.Count; i++)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (1)
553if (claimTypeRequirement != null && claimTypeRequirement.ChildNodes.Count == 1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (5)
258for (int i = 0; i < rootElement.ChildNodes.Count; ++i) 349for (int i = 0; i < rstr.RequestSecurityTokenResponseXml.ChildNodes.Count; ++i) 391for (int i = 0; i < rootElement.ChildNodes.Count; ++i) 427for (int i = 0; i < rootElement.ChildNodes.Count; ++i) 451for (int i = 0; i < rstr.RequestSecurityTokenResponseXml.ChildNodes.Count; ++i)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (2)
130for (int i = 0; i < rstrXml.ChildNodes.Count; ++i) 149for (int i = 0; i < rstXml.ChildNodes.Count; ++i)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\XmlHelper.cs (2)
55for (int i = 0; i < parent.ChildNodes.Count; ++i) 87for (int i = 0; i < parent.ChildNodes.Count; ++i)