11 references to EventDescriptor
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\EtwDiagnosticTrace.cs (4)
107
public void Event(ref
EventDescriptor
eventDescriptor, string description)
134
public void WriteTraceSource(ref
EventDescriptor
eventDescriptor, string description, TracePayload payload)
223
public bool IsEtwEventEnabled(ref
EventDescriptor
eventDescriptor)
231
public bool IsEtwEventEnabled(ref
EventDescriptor
eventDescriptor, bool fullCheck)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\EventDescriptor.cs (7)
129
if (!(obj is
EventDescriptor
))
132
return Equals((
EventDescriptor
)obj);
140
public bool Equals(
EventDescriptor
other)
155
public static bool operator ==(
EventDescriptor
event1,
EventDescriptor
event2)
160
public static bool operator !=(
EventDescriptor
event1,
EventDescriptor
event2)