8 references to SpecialRuleRefType
System.Speech (8)
Internal\SrgsCompiler\RuleRef.cs (8)
22private RuleRef(SpecialRuleRefType type) 102case SpecialRuleRefType.Null: 106case SpecialRuleRefType.Void: 117case SpecialRuleRefType.Garbage: 166return new RuleRef(SpecialRuleRefType.Null); 174return new RuleRef(SpecialRuleRefType.Void); 181return new RuleRef(SpecialRuleRefType.Garbage); 210private SpecialRuleRefType _type;