8 references to SemanticTagCount
System.Speech (8)
Internal\SrgsCompiler\Arc.cs (1)
189
A.HasSemanticTag =
SemanticTagCount
> 0;
Internal\SrgsCompiler\Graph.cs (1)
813
System.Diagnostics.Debug.Assert(arc.
SemanticTagCount
== 0);
Internal\SrgsCompiler\Item.cs (1)
122
if (!_endArc.IsEpsilonTransition || _endArc.
SemanticTagCount
> 0)
Internal\SrgsCompiler\State.cs (5)
70
int cSemantics = arc.
SemanticTagCount
;
105
int cSemantics = arc.
SemanticTagCount
;
307
if (arc.
SemanticTagCount
> 0)
309
cExtra += arc.
SemanticTagCount
- 1;
330
c += arc.
SemanticTagCount
;