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