1 instantiation of Datatype_NOTATION
System.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
604
static private readonly DatatypeImplementation c_NOTATION = new
Datatype_NOTATION
();
2 references to Datatype_NOTATION
System.Xml (2)
System\Xml\Schema\DataTypeImplementation.cs (2)
2844
for(
Datatype_NOTATION
dt = this; dt != null; dt = (
Datatype_NOTATION
)dt.Base) {