1 write to s_dictionaryAddMethod
System.Xaml (1)
System\Xaml\Schema\CollectionReflector.cs (1)
437s_dictionaryAddMethod = typeof(IDictionary).GetMethod(KnownStrings.Add);
2 references to s_dictionaryAddMethod
System.Xaml (2)
System\Xaml\Schema\CollectionReflector.cs (2)
435if (s_dictionaryAddMethod is null) 440return s_dictionaryAddMethod;