8b9a7cca1d55bdd9a240e25ba0411b22bd996117
[platform/upstream/dotnet/runtime.git] /
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.
4
5 namespace Internal.TypeSystem
6 {
7     partial class RuntimeDeterminedType
8     {
9         public override string DiagnosticName
10         {
11             get
12             {
13                 return _rawCanonType.DiagnosticName;
14             }
15         }
16
17         public override string DiagnosticNamespace
18         {
19             get
20             {
21                 return _rawCanonType.DiagnosticNamespace;
22             }
23         }
24     }
25 }