1 write to s_dictionaryAddMethod
System.Xaml (1)
System\Xaml\Schema\CollectionReflector.cs (1)
415s_dictionaryAddMethod = typeof(IDictionary).GetMethod(KnownStrings.Add);
2 references to s_dictionaryAddMethod
System.Xaml (2)
System\Xaml\Schema\CollectionReflector.cs (2)
413if (s_dictionaryAddMethod == null) 417return s_dictionaryAddMethod;