1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
5 namespace Internal.TypeSystem
7 partial class RuntimeDeterminedType
9 public override string DiagnosticName
13 return _rawCanonType.DiagnosticName;
17 public override string DiagnosticNamespace
21 return _rawCanonType.DiagnosticNamespace;