5 references to UnderlyingTypeInternal
System.Xaml (5)
System\Xaml\XamlType.cs (5)
1106
return
UnderlyingTypeInternal
.Value;
1325
Debug.Assert(
UnderlyingTypeInternal
.IsSet, "EnsureReflector should have caused UnderlyingType to be initialized");
1327
return _reflector.CustomAttributeProvider is not null ||
UnderlyingTypeInternal
.Value is not null;
1361
else if (
UnderlyingTypeInternal
.Value is not null)
1363
sb.Append(
UnderlyingTypeInternal
.Value.Namespace);