3 instantiations of GetEnumeratorClass
System.Xaml.Tests (3)
System\Xaml\Schema\XamlTypeInvokerTests.cs (3)
99
Assert.Throws<XamlSchemaException>(() => invoker.AddToCollection(new
GetEnumeratorClass
(), "a"));
149
Assert.Throws<XamlSchemaException>(() => invoker.AddToDictionary(new
GetEnumeratorClass
(), new object(), "a"));
501
var instance = new
GetEnumeratorClass
();
5 references to GetEnumeratorClass
System.Xaml.Tests (5)
System\Xaml\Schema\XamlTypeInvokerTests.cs (5)
474
new XamlTypeInvoker(new XamlType(typeof(
GetEnumeratorClass
), new XamlSchemaContext())),
475
typeof(
GetEnumeratorClass
).GetMethod(nameof(
GetEnumeratorClass
.GetEnumerator))
500
var invoker = new XamlTypeInvoker(new XamlType(typeof(
GetEnumeratorClass
), new XamlSchemaContext()));
501
var
instance = new GetEnumeratorClass();