3 references to InArgumentSuffix
System.Workflow.Runtime (3)
System\Activities\Statements\Interop.cs (2)
233
propertyInName = propertyInfo.Name + Interop.
InArgumentSuffix
;
647
inDescriptor = new ArgumentProperty(this, property.Name +
InArgumentSuffix
, Argument.Create(property.PropertyType, ArgumentDirection.In), newAttributes);
System\Activities\Statements\InteropExecutor.cs (1)
468
int suffixLength = Interop.
InArgumentSuffix
.Length;