3 references to DebuggerDisplayTags
System.Speech (3)
Internal\SrgsCompiler\Arc.cs (1)
506
return (_start != null ? "#" + _start.Id.ToString(CultureInfo.InvariantCulture) : "") + " <- " +
DebuggerDisplayTags
() + " -> " + (_end != null ? "#" + _end.Id.ToString(CultureInfo.InvariantCulture) : "");
Internal\SrgsCompiler\State.cs (2)
442
sb.Append(arc.
DebuggerDisplayTags
());
459
sb.Append(arc.
DebuggerDisplayTags
());