1 override of CheckValueFacets
System.Xml (1)
System\Xml\Schema\FacetChecker.cs (1)
1293
internal override Exception
CheckValueFacets
(byte[] value, XmlSchemaDatatype datatype) {
2 references to CheckValueFacets
System.Xml (2)
System\Xml\Schema\DataTypeImplementation.cs (2)
2238
exception = binaryFacetsChecker.
CheckValueFacets
(byteArrayValue, this);
2330
exception = binaryFacetsChecker.
CheckValueFacets
(byteArrayValue, this);