1 override of LookupIsNullable
System.Xaml.Tests (1)
Common\CustomXamlType.cs (1)
125protected override bool LookupIsNullable()
3 references to LookupIsNullable
System.Xaml (1)
System\Xaml\XamlType.cs (1)
1745bit = LookupIsNullable();
System.Xaml.Tests (2)
Common\CustomXamlType.cs (1)
127return LookupIsNullableResult.Or(base.LookupIsNullable);
Common\SubXamlType.cs (1)
55public bool LookupIsNullableEntry() => LookupIsNullable();