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