4 references to Count
System.Web.Services (1)
System\Web\Services\Description\ServiceDescription.cs (1)
437
if (Namespaces == null || Namespaces.
Count
== 0) {
System.Xml (3)
System\Xml\Schema\XmlSchema.cs (1)
191
} else if (this.Namespaces != null && this.Namespaces.
Count
> 0) {
System\Xml\Serialization\XmlSerializer.cs (2)
335
writer.Init(xmlWriter, namespaces == null || namespaces.
Count
== 0 ? DefaultNamespaces : namespaces, encodingStyle, id, tempAssembly);
344
tempAssembly.InvokeWriter(mapping, xmlWriter, o, namespaces == null || namespaces.
Count
== 0 ? DefaultNamespaces : namespaces, encodingStyle, id);