5 references to Count
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
73
Debug.Assert(schemas != null && schemas.
Count
> 0);
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (1)
1283
if (schemas == null || schemas.
Count
== 0)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
1433
if (_schemas == null || _schemas.
Count
== 0)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (2)
748
int schemaCount = _schemaSet.
Count
;
774
_isCompiled = _schemaSet.IsCompiled && schemaCount == _schemaSet.
Count
;