2 writes to MethodName
System.Activities (2)
System\Activities\Expressions\InvokeMethod.cs (1)
154
MethodName
= this.MethodName,
System\Activities\Statements\InvokeMethod.cs (1)
169
MethodName
= this.MethodName,
8 references to MethodName
System.Activities (8)
System\Activities\Statements\MethodResolver.cs (8)
188
if (string.IsNullOrEmpty(this.
MethodName
))
252
this.beginMethod = Resolve(targetType, "Begin" + this.
MethodName
, bindingFlags,
258
this.endMethod = Resolve(targetType, "End" + this.
MethodName
, bindingFlags,
262
metadata.AddValidationError(SR.ReturnTypeIncompatible(this.endMethod.ReturnType.Name,
MethodName
, targetType.Name, this.Parent.DisplayName, resultType.Name));
287
result = Resolve(targetType, this.
MethodName
, bindingFlags,
292
metadata.AddValidationError(SR.DuplicateMethodFound(targetType.Name, bindingType,
MethodName
, this.Parent.DisplayName));
298
metadata.AddValidationError(SR.PublicMethodWithMatchingParameterDoesNotExist(targetType.Name, bindingType,
MethodName
, this.Parent.DisplayName));
304
SR.ReturnTypeIncompatible(result.ReturnType.Name,
MethodName
,