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