1 instantiation of Datatype_NOTATION
System.Private.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
677private static readonly DatatypeImplementation s_NOTATION = new Datatype_NOTATION();
2 references to Datatype_NOTATION
System.Private.Xml (2)
System\Xml\Schema\DataTypeImplementation.cs (2)
3078for (Datatype_NOTATION? dt = this; dt != null; dt = (Datatype_NOTATION?)dt.Base)