1 write to runtimeArgument
System.Activities (1)
System\Activities\DelegateArgument.cs (1)
83this.runtimeArgument = runtimeArgument;
3 references to runtimeArgument
System.Activities (3)
System\Activities\DelegateArgument.cs (3)
128throw FxTrace.Exception.AsError(new InvalidOperationException(SR.DelegateArgumentDoesNotExist(this.runtimeArgument.Name))); 134throw FxTrace.Exception.AsError(new InvalidOperationException(SR.DelegateArgumentDoesNotExist(this.runtimeArgument.Name))); 148throw FxTrace.Exception.AsError(new InvalidOperationException(SR.DelegateArgumentDoesNotExist(this.runtimeArgument.Name)));