1 write to s_listAddMethod
System.Xaml (1)
System\Xaml\Schema\CollectionReflector.cs (1)
425s_listAddMethod = typeof(IList).GetMethod(KnownStrings.Add);
2 references to s_listAddMethod
System.Xaml (2)
System\Xaml\Schema\CollectionReflector.cs (2)
423if (s_listAddMethod is null) 428return s_listAddMethod;