1 write to QnDtDt
System.Xml (1)
System\Xml\Schema\SchemaNames.cs (1)
187QnDtDt = new XmlQualifiedName( nameTable.Add("dt"), NsDataType );
4 references to QnDtDt
System.Xml (4)
System\Xml\Schema\AutoValidator.cs (2)
88else if (Ref.Equal(objectNs, SchemaNames.QnDtDt.Namespace) && Ref.Equal(objectName, SchemaNames.QnDtDt.Name)) {
System\Xml\Schema\XdrValidator.cs (2)
180Ref.Equal(objectNs, SchemaNames.QnDtDt.Namespace) && 181Ref.Equal(objectName, SchemaNames.QnDtDt.Name)