Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 8bcf3b8

Browse files
committed
Add using System.Diagnostics on some files
1 parent 8f9d562 commit 8bcf3b8

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

src/Common/src/CoreLib/System/Diagnostics/Tracing/TraceLogging/ArrayTypeInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#nullable enable
66
using System;
77
using System.Collections.Generic;
8+
using System.Diagnostics;
89

910
#if ES_BUILD_STANDALONE
1011
namespace Microsoft.Diagnostics.Tracing

src/Common/src/CoreLib/System/Diagnostics/Tracing/TraceLogging/DataCollector.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#nullable enable
66
using System;
7+
using System.Diagnostics;
78
using System.Resources;
89
using System.Runtime.InteropServices;
910
using System.Security;

src/Common/src/CoreLib/System/Diagnostics/Tracing/TraceLogging/EnumerableTypeInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
using System;
77
using System.Collections;
88
using System.Collections.Generic;
9+
using System.Diagnostics;
910

1011
#if ES_BUILD_STANDALONE
1112
namespace Microsoft.Diagnostics.Tracing

src/Common/src/CoreLib/System/Diagnostics/Tracing/TraceLogging/EventSourceActivity.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#nullable enable
66
using System;
7+
using System.Diagnostics;
78

89
#if !ES_BUILD_AGAINST_DOTNET_V35
910
using Contract = System.Diagnostics.Contracts.Contract;

src/Common/src/CoreLib/System/Diagnostics/Tracing/TraceLogging/FieldMetadata.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#nullable enable
66
using System;
7+
using System.Diagnostics;
78
using System.Resources;
89
using Encoding = System.Text.Encoding;
910

src/Common/src/CoreLib/System/Diagnostics/Tracing/TraceLogging/SimpleEventTypes.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#nullable enable
66
using System;
7+
using System.Diagnostics;
78
using Interlocked = System.Threading.Interlocked;
89

910
#if ES_BUILD_STANDALONE

src/Common/src/CoreLib/System/Diagnostics/Tracing/TraceLogging/TraceLoggingEventSource.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#endif
2222

2323
using System;
24+
using System.Diagnostics;
2425
using System.Resources;
2526
using System.Runtime.InteropServices;
2627
using System.Security;

0 commit comments

Comments
 (0)