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