3 writes to Type
System.Xaml (3)
System\Xaml\Schema\MemberReflector.cs (2)
66Type = type; 100s_UnknownReflector.Type = XamlLanguage.Object;
System\Xaml\XamlMember.cs (1)
254_reflector.Type = LookupType() ?? XamlLanguage.Object;
2 references to Type
System.Xaml (2)
System\Xaml\XamlMember.cs (2)
252if (_reflector.Type is null) 257return _reflector.Type;