5 instantiations of EVENT_TRACE_PROPERTIES
WsatUI (5)
Configuration\ETWWsatTraceSession.cs (5)
33
EVENT_TRACE_PROPERTIES properties = new
EVENT_TRACE_PROPERTIES
(String.Empty, String.Empty);
69
EVENT_TRACE_PROPERTIES properties = new
EVENT_TRACE_PROPERTIES
(String.Empty, String.Empty);
93
EVENT_TRACE_PROPERTIES properties = new
EVENT_TRACE_PROPERTIES
(String.Empty, String.Empty);
246
EVENT_TRACE_PROPERTIES properties = new
EVENT_TRACE_PROPERTIES
(WsatTraceSessionName, logFileName);
287
EVENT_TRACE_PROPERTIES properties2 = new
EVENT_TRACE_PROPERTIES
(String.Empty, String.Empty);
9 references to EVENT_TRACE_PROPERTIES
WsatUI (9)
Configuration\ETWSafeNativeMethods.cs (4)
164
[In, Out] ref
EVENT_TRACE_PROPERTIES
Properties);
171
[In, Out] ref
EVENT_TRACE_PROPERTIES
Properties);
187
[In, Out] ref
EVENT_TRACE_PROPERTIES
Properties);
194
[In, Out] ref
EVENT_TRACE_PROPERTIES
Properties);
Configuration\ETWWsatTraceSession.cs (5)
33
EVENT_TRACE_PROPERTIES
properties = new EVENT_TRACE_PROPERTIES(String.Empty, String.Empty);
69
EVENT_TRACE_PROPERTIES
properties = new EVENT_TRACE_PROPERTIES(String.Empty, String.Empty);
93
EVENT_TRACE_PROPERTIES
properties = new EVENT_TRACE_PROPERTIES(String.Empty, String.Empty);
246
EVENT_TRACE_PROPERTIES
properties = new EVENT_TRACE_PROPERTIES(WsatTraceSessionName, logFileName);
287
EVENT_TRACE_PROPERTIES
properties2 = new EVENT_TRACE_PROPERTIES(String.Empty, String.Empty);