3 writes to _end
System.Speech (3)
Internal\SrgsCompiler\Arc.cs (3)
29
_end
= arc._end;
47
_end
= end;
643
_end
= value;
20 references to _end
System.Speech (20)
Internal\SrgsCompiler\Arc.cs (20)
29
_end = arc.
_end
;
190
A.NextStartArcIndex = (uint)(
_end
!= null ?
_end
.SerializeId : 0);
295
return (int)(arc1.
_end
!= null ? arc1.
_end
.Id : 0) - (int)(arc2.
_end
!= null ? arc2.
_end
.Id : 0);
308
if ((diff = (int)(arc1.
_end
!= null ? arc1.
_end
.Id : 0) - (int)(arc2.
_end
!= null ? arc2.
_end
.Id : 0)) == 0)
472
_end
?.InArcs.Add(this);
506
return (_start != null ? "#" + _start.Id.ToString(CultureInfo.InvariantCulture) : "") + " <- " + DebuggerDisplayTags() + " -> " + (
_end
!= null ? "#" +
_end
.Id.ToString(CultureInfo.InvariantCulture) : "");
635
return
_end
;
640
if (value !=
_end
)
642
_end
?.InArcs.Remove(this);
644
_end
?.InArcs.Add(this);
665
if ((_start != null && !_start.OutArcs.IsEmpty) || (
_end
!= null && !
_end
.InArcs.IsEmpty))