4 references to Count
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
201else if (this.Namespaces != null && this.Namespaces.Count > 0)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (2)
377writer.Init(xmlWriter, namespaces == null || namespaces.Count == 0 ? DefaultNamespaces : namespaces, encodingStyle, id, _tempAssembly); 388_tempAssembly.InvokeWriter(_mapping, xmlWriter, o, namespaces == null || namespaces.Count == 0 ? DefaultNamespaces : namespaces, encodingStyle, id);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
478if (Namespaces == null || Namespaces.Count == 0)