1 write to interfaceType
System.Workflow.Activities (1)
LocalService\MessageQueueKey.cs (1)
50
this.
interfaceType
= interfaceType;
3 references to interfaceType
System.Workflow.Activities (3)
LocalService\MessageQueueKey.cs (3)
36
assemblyQualifiedName = this.
interfaceType
.AssemblyQualifiedName;
75
return this.
interfaceType
;
244
stringBuilder.AppendLine("Interface Type:" + this.
interfaceType
.ToString());