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