2 changed files with 4 additions and 15 deletions
@ -1,14 +0,0 @@ |
|||
using System.Diagnostics; |
|||
using System.Diagnostics.CodeAnalysis; |
|||
|
|||
namespace System.Runtime.CompilerServices |
|||
{ |
|||
/// <summary>
|
|||
/// Reserved to be used by the compiler for tracking metadata.
|
|||
/// This class should not be used by developers in source code.
|
|||
/// </summary>
|
|||
[ExcludeFromCodeCoverage, DebuggerNonUserCode] |
|||
internal static class IsExternalInit |
|||
{ |
|||
} |
|||
} |
|||
Loading…
Reference in new issue