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; 190A.NextStartArcIndex = (uint)(_end != null ? _end.SerializeId : 0); 295return (int)(arc1._end != null ? arc1._end.Id : 0) - (int)(arc2._end != null ? arc2._end.Id : 0); 308if ((diff = (int)(arc1._end != null ? arc1._end.Id : 0) - (int)(arc2._end != null ? arc2._end.Id : 0)) == 0) 472_end?.InArcs.Add(this); 506return (_start != null ? "#" + _start.Id.ToString(CultureInfo.InvariantCulture) : "") + " <- " + DebuggerDisplayTags() + " -> " + (_end != null ? "#" + _end.Id.ToString(CultureInfo.InvariantCulture) : ""); 635return _end; 640if (value != _end) 642_end?.InArcs.Remove(this); 644_end?.InArcs.Add(this); 665if ((_start != null && !_start.OutArcs.IsEmpty) || (_end != null && !_end.InArcs.IsEmpty))