2 writes to id
System.Activities (2)
System\Activities\Debugger\Symbol\ActivitySymbol.cs (2)
31
this.
id
= new QualifiedId(this.QualifiedId).ToString();
35
this.
id
= string.Empty;
2 references to id
System.Activities (2)
System\Activities\Debugger\Symbol\ActivitySymbol.cs (2)
27
if (this.
id
== null)
38
return this.
id
;