2 instantiations of ChoiceType
System.Data.SqlXml (2)
System\Xml\Xsl\XmlQueryTypeFactory.cs (2)
669public static readonly XmlQueryType None = new ChoiceType(new List<XmlQueryType>()); 706return new ChoiceType(members);
10 references to ChoiceType
System.Data.SqlXml (10)
System\Xml\Xsl\XmlQueryTypeFactory.cs (10)
80return SequenceType.Create(ChoiceType.Create(PrimeChoice(new List<XmlQueryType>(left), right)), left.Cardinality | right.Cardinality); 103return SequenceType.Create(ChoiceType.Create(list), card); 112return ChoiceType.Create(kinds); 122return SequenceType.Create(ChoiceType.Create(PrimeChoice(new List<XmlQueryType>(left), right)), left.Cardinality + right.Cardinality); 186public static readonly XmlQueryType None = ChoiceType.None; 356BuiltInItemTypes[i] = ChoiceType.None; 357BuiltInItemTypesStrict[i] = ChoiceType.None; 915public static readonly XmlQueryType Zero = new SequenceType(ChoiceType.None, XmlQueryCardinality.Zero); 1118else if (type.GetType() == typeof(ChoiceType)) 1137case 1: return ChoiceType.Create(reader);