3 writes to Type
System.Xaml (3)
System\Xaml\Schema\MemberReflector.cs (2)
65Type = type; 99s_UnknownReflector.Type = XamlLanguage.Object;
System\Xaml\XamlMember.cs (1)
253_reflector.Type = LookupType() ?? XamlLanguage.Object;
2 references to Type
System.Xaml (2)
System\Xaml\XamlMember.cs (2)
251if (_reflector.Type is null) 256return _reflector.Type;