4 references to Count
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapCodeExporter.cs (1)
75
for (int i = 0; i < xmlMembersMapping.
Count
; i++)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (1)
82
for (int i = 0; i < xmlMembersMapping.
Count
; i++)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
195
if (members.
Count
== 1 && members[0].Any && members[0].ElementName.Length == 0)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
2000
for (int i = 0; i < membersMapping.
Count
; i++)