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