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