2 writes to cachedDottedPath
System.Workflow.ComponentModel (2)
AuthoringOM\Activity.cs (2)
1022
this.
cachedDottedPath
= this.DottedPath;
1024
this.
cachedDottedPath
= null;
2 references to cachedDottedPath
System.Workflow.ComponentModel (2)
AuthoringOM\Activity.cs (2)
1017
return (this.
cachedDottedPath
!= null);
1031
return this.
cachedDottedPath
;