File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 14
14
using System . Globalization ;
15
15
using System . Runtime . CompilerServices ;
16
16
using System . Runtime . InteropServices ;
17
- #if NET46
18
- using System . Security ;
19
- #endif
20
17
21
18
#pragma warning disable CA1823 // not all IDs are used by all partial providers
22
19
@@ -40,9 +37,6 @@ namespace System.Net
40
37
// method that takes an object and optionally provides a string representation of it, in case a particular library wants to customize further.
41
38
42
39
/// <summary>Provides logging facilities for System.Net libraries.</summary>
43
- #if NET46
44
- [ SecuritySafeCritical ]
45
- #endif
46
40
internal sealed partial class NetEventSource : EventSource
47
41
{
48
42
/// <summary>The single event source instance to use for all logging.</summary>
You can’t perform that action at this time.
0 commit comments