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