7 references to Count
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
851
Debug.Assert(schemaSet.
Count
== 1, "there should be one schema");
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
555
XmlSchema[] schemaArray = new XmlSchema[schemas.
Count
];
System.Private.Xml (5)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
67
Debug.Assert(schemas != null && schemas.
Count
> 0);
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1265
if (schemas == null || schemas.
Count
== 0)
System\Xml\Dom\XmlDocument.cs (1)
1489
if (_schemas == null || _schemas.
Count
== 0)
System\Xml\Serialization\XmlSchemas.cs (2)
642
int schemaCount = _schemaSet.
Count
;
668
_isCompiled = _schemaSet.IsCompiled && schemaCount == _schemaSet.
Count
;