4 instantiations of RuleRef
System.Speech (4)
Internal\SrgsCompiler\RuleRef.cs (3)
166
return new
RuleRef
(SpecialRuleRefType.Null);
174
return new
RuleRef
(SpecialRuleRefType.Void);
181
return new
RuleRef
(SpecialRuleRefType.Garbage);
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (1)
67
return new
RuleRef
((ParseElementCollection)parent, _backend, srgsUri, _grammar.UndefRules, semanticKey, parameters);
4 references to RuleRef
System.Speech (4)
Internal\SrgsCompiler\SrgsElementCompilerFactory.cs (4)
72
((
RuleRef
)specialRule).InitSpecialRuleRef(_backend, (ParseElementCollection)parent);
171
return
RuleRef
.Null;
178
return
RuleRef
.Void;
185
return
RuleRef
.Garbage;