5 references to Count
System.Private.Xml (4)
System\Xml\Schema\XmlSchema.cs (1)
171
else if (this.Namespaces != null && this.Namespaces.
Count
> 0)
System\Xml\Serialization\XmlSerializer.cs (3)
405
writer.Init(xmlWriter, namespaces == null || namespaces.
Count
== 0 ? DefaultNamespaces : namespaces, encodingStyle, id);
410
_tempAssembly.InvokeWriter(_mapping, xmlWriter, o, namespaces == null || namespaces.
Count
== 0 ? DefaultNamespaces : namespaces, encodingStyle, id);
427
var writer = new ReflectionXmlSerializationWriter(mapping, xmlWriter, namespaces == null || namespaces.
Count
== 0 ? DefaultNamespaces : namespaces, encodingStyle, id);
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescription.cs (1)
343
if (Namespaces == null || Namespaces.
Count
== 0)