4 references to Count
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
201
else if (this.Namespaces != null && this.Namespaces.
Count
> 0)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (2)
377
writer.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)
478
if (Namespaces == null || Namespaces.
Count
== 0)