5 references to Count
System.Private.Xml (4)
System\Xml\Schema\XmlSchema.cs (1)
171else if (this.Namespaces != null && this.Namespaces.Count > 0)
System\Xml\Serialization\XmlSerializer.cs (3)
405writer.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); 427var 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)
343if (Namespaces == null || Namespaces.Count == 0)