4 references to AddMethod
System.Xaml (4)
System\Xaml\Schema\XamlTypeInvoker.cs (2)
155return _xamlType.AddMethod; 169addMethods.Add(_xamlType.ItemType, _xamlType.AddMethod);
System\Xaml\XamlType.cs (2)
917MethodInfo addMethod = AddMethod; 936MethodInfo addMethod = AddMethod;