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