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