1 write to literalName
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
1649this.literalName = literalName;
2 references to literalName
System.Workflow.Runtime (2)
System\Activities\Statements\Interop.cs (2)
1680this.Owner.ActivityMetaProperties[this.literalName] = value; 1686if (this.Owner.ActivityMetaProperties.TryGetValue(this.literalName, out literal))