9 references to Rule
System.Speech (9)
Internal\SrgsCompiler\BackEnd.cs (5)
498
destToState = CreateNewState(srcToState.
Rule
);
1149
int posDynamic = srcToState.
Rule
.Name.IndexOf("URL:DYNAMIC#", StringComparison.Ordinal);
1150
string ruleName = posDynamic != 0 ? srcToState.
Rule
.Name : srcToState.
Rule
.Name.Substring(12);
1156
dstRule = srcToState.
Rule
.Clone(_symbols, ruleName);
Internal\SrgsCompiler\Graph.cs (3)
182
if (srcState.
Rule
._firstState == srcState) // Update RuleInitialState reference, if necessary
185
srcState.
Rule
._firstState = destState;
673
if ((duplicatedEndState != duplicatedEndState.
Rule
._firstState) && MoveSemanticTagRight(duplicatedArc))
Internal\SrgsCompiler\Item.cs (1)
82
State newStartState = _backend.CreateNewState(_endArc.Start.
Rule
);