5 references to UnderlyingTypeInternal
System.Xaml (5)
System\Xaml\XamlType.cs (5)
1185
return
UnderlyingTypeInternal
.Value;
1423
Debug.Assert(
UnderlyingTypeInternal
.IsSet, "EnsureReflector should have caused UnderlyingType to be initialized");
1426
return _reflector.CustomAttributeProvider is not null ||
UnderlyingTypeInternal
.Value is not null;
1462
else if (
UnderlyingTypeInternal
.Value is not null)
1464
sb.Append(
UnderlyingTypeInternal
.Value.Namespace);