5 references to GetAddMethod
System.Xaml (2)
System\Xaml\Schema\XamlTypeInvoker.cs (2)
83MethodInfo addMethod = GetAddMethod(itemType); 117MethodInfo addMethod = GetAddMethod(itemType);
System.Xaml.Tests (3)
System\Xaml\Schema\XamlTypeInvokerTests.cs (3)
380Assert.Equal(expected, invoker.GetAddMethod(contentType)); 381Assert.Equal(expected, invoker.GetAddMethod(contentType)); 388Assert.Throws<ArgumentNullException>("contentType", () => invoker.GetAddMethod(null));