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