8 references to SpecialRuleRefType
System.Speech (8)
Recognition\SrgsGrammar\SrgsRuleRef.cs (8)
66private SrgsRuleRef(SpecialRuleRefType type) 113public static readonly SrgsRuleRef Null = new(SpecialRuleRefType.Null); 116public static readonly SrgsRuleRef Void = new(SpecialRuleRefType.Void); 119public static readonly SrgsRuleRef Garbage = new(SpecialRuleRefType.Garbage); 140case SpecialRuleRefType.Null: 144case SpecialRuleRefType.Void: 148case SpecialRuleRefType.Garbage: 287private SpecialRuleRefType _type;