You've already forked linux-packaging-mono
Imported Upstream version 4.0.1
Former-commit-id: 757121caeaad523350be5330f0a3ecc891c70fb8
This commit is contained in:
12
external/referencesource/SMDiagnostics/System/ServiceModel/Diagnostics/TraceSourceKind.cs
vendored
Normal file
12
external/referencesource/SMDiagnostics/System/ServiceModel/Diagnostics/TraceSourceKind.cs
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
//------------------------------------------------------------
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
//------------------------------------------------------------
|
||||
|
||||
namespace System.ServiceModel.Diagnostics
|
||||
{
|
||||
enum TraceSourceKind
|
||||
{
|
||||
DiagnosticTraceSource,
|
||||
PiiTraceSource
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user