3 references to Dictionary
System.Xaml.Tests (3)
System\Xaml\Schema\XamlTypeInvokerTests.cs (3)
109
Assert.Equal("a", instance.
Dictionary
[1]);
110
Assert.Null(instance.
Dictionary
[2]);
557
public void Add(object key, object value) =>
Dictionary
.Add(key, value);