4 references to AddMethod
System.Xaml (4)
System\Xaml\Schema\XamlTypeInvoker.cs (2)
152return _xamlType.AddMethod; 166addMethods.Add(_xamlType.ItemType, _xamlType.AddMethod);
System\Xaml\XamlType.cs (2)
978MethodInfo addMethod = AddMethod; 998MethodInfo addMethod = AddMethod;