2 writes to _startState
System.Speech (2)
Internal\SrgsCompiler\Graph.cs (2)
28
_curState =
_startState
= state;
40
_startState
= state.Next;
6 references to _startState
System.Speech (6)
Internal\SrgsCompiler\Graph.cs (6)
26
if (
_startState
== null)
38
if (state ==
_startState
)
52
for (State? item =
_startState
; item != null; item = item.Next)
60
for (State? item =
_startState
; item != null; item = item.Next)
244
return
_startState
;
253
for (State? se =
_startState
; se != null; se = se.Next)