5 references to UnderlyingTypeInternal
System.Xaml (5)
System\Xaml\XamlType.cs (5)
1186
return
UnderlyingTypeInternal
.Value;
1424
Debug.Assert(
UnderlyingTypeInternal
.IsSet, "EnsureReflector should have caused UnderlyingType to be initialized");
1427
return _reflector.CustomAttributeProvider is not null ||
UnderlyingTypeInternal
.Value is not null;
1463
else if (
UnderlyingTypeInternal
.Value is not null)
1465
sb.Append(
UnderlyingTypeInternal
.Value.Namespace);