5 references to None
System.Data.SqlXml (5)
System\Xml\Xsl\XmlQueryTypeFactory.cs (5)
186
public static readonly XmlQueryType None = ChoiceType.
None
;
356
BuiltInItemTypes[i] = ChoiceType.
None
;
357
BuiltInItemTypesStrict[i] = ChoiceType.
None
;
701
return
None
;
915
public static readonly XmlQueryType Zero = new SequenceType(ChoiceType.
None
, XmlQueryCardinality.Zero);