9 references to Notation
System.Private.Xml (9)
System\Xml\Schema\DataTypeImplementation.cs (1)
3009
public override XmlTypeCode TypeCode { get { return XmlTypeCode.
Notation
; } }
System\Xml\Schema\XmlAtomicValue.cs (2)
142
if (nsResolver != null && (_xmlType.TypeCode == XmlTypeCode.QName || _xmlType.TypeCode == XmlTypeCode.
Notation
))
166
if (nsResolver != null && (_xmlType.TypeCode == XmlTypeCode.QName || _xmlType.TypeCode == XmlTypeCode.
Notation
))
System\Xml\Schema\XmlSchemaDataType.cs (1)
145
XmlTypeCode.
Notation
=> "Notation",
System\Xml\Schema\XmlValueConverter.cs (5)
1748
case XmlTypeCode.
Notation
: return QNameToString((XmlQualifiedName)value, nsResolver);
1779
case XmlTypeCode.
Notation
: return StringToQName((string)value, nsResolver);
1832
case XmlTypeCode.
Notation
: return StringToQName((string)value, nsResolver);
1840
case XmlTypeCode.
Notation
: return ((XmlQualifiedName)value);
1898
case XmlTypeCode.
Notation
: return (new XmlAtomicValue(SchemaType!, value, nsResolver));