3 writes to TypeResult
System.Xaml.Tests (3)
System\Xaml\XamlBackgroundReaderTests.cs (1)
25TypeResult = new XamlType(typeof(int), new XamlSchemaContext()),
System\Xaml\XamlReaderTests.cs (1)
63TypeResult = new XamlType(typeof(int), new XamlSchemaContext()),
System\Xaml\XamlWriterTests.cs (1)
33TypeResult = new XamlType(typeof(int), new XamlSchemaContext())
1 reference to TypeResult
System.Xaml.Tests (1)
Common\SubXamlReader.cs (1)
34public override XamlType Type => TypeResult!;