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