3 writes to fullName
System.Workflow.ComponentModel (3)
AuthoringOM\Design\ReferenceService.cs (3)
345
this.
fullName
= null;
356
this.
fullName
= string.Format(CultureInfo.InvariantCulture, "{0}{1}", new object[] { this.sitedComponent.Site.Name, this.trailingName });
367
this.
fullName
= string.Empty;
2 references to fullName
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ReferenceService.cs (2)
352
if (this.
fullName
== null)
370
return this.
fullName
;