1 reference to First
System.Speech (1)
Internal\SrgsCompiler\Graph.cs (1)
293
for (State? state =
First
, nextState = null; state != null; state = nextState)