3 writes to _start
System.Speech (3)
Internal\SrgsCompiler\Arc.cs (3)
28
_start
= arc._start;
46
_start
= start;
625
_start
= value;
18 references to _start
System.Speech (18)
Internal\SrgsCompiler\Arc.cs (18)
28
_start = arc.
_start
;
277
return (int)(arc1.
_start
!= null ? arc1.
_start
.Id : 0) - (int)(arc2.
_start
!= null ? arc2.
_start
.Id : 0);
304
int diff = (int)(arc1.
_start
!= null ? arc1.
_start
.Id : 0) - (int)(arc2.
_start
!= null ? arc2.
_start
.Id : 0);
473
_start
?.OutArcs.Add(this);
506
return (
_start
!= null ? "#" +
_start
.Id.ToString(CultureInfo.InvariantCulture) : "") + " <- " + DebuggerDisplayTags() + " -> " + (_end != null ? "#" + _end.Id.ToString(CultureInfo.InvariantCulture) : "");
618
return
_start
;
622
if (value !=
_start
)
624
_start
?.OutArcs.Remove(this);
626
_start
?.OutArcs.Add(this);
665
if ((
_start
!= null && !
_start
.OutArcs.IsEmpty) || (_end != null && !_end.InArcs.IsEmpty))