5 instantiations of EVENT_TRACE_PROPERTIES
WsatUI (5)
Configuration\ETWWsatTraceSession.cs (5)
33EVENT_TRACE_PROPERTIES properties = new EVENT_TRACE_PROPERTIES(String.Empty, String.Empty); 69EVENT_TRACE_PROPERTIES properties = new EVENT_TRACE_PROPERTIES(String.Empty, String.Empty); 93EVENT_TRACE_PROPERTIES properties = new EVENT_TRACE_PROPERTIES(String.Empty, String.Empty); 246EVENT_TRACE_PROPERTIES properties = new EVENT_TRACE_PROPERTIES(WsatTraceSessionName, logFileName); 287EVENT_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)
33EVENT_TRACE_PROPERTIES properties = new EVENT_TRACE_PROPERTIES(String.Empty, String.Empty); 69EVENT_TRACE_PROPERTIES properties = new EVENT_TRACE_PROPERTIES(String.Empty, String.Empty); 93EVENT_TRACE_PROPERTIES properties = new EVENT_TRACE_PROPERTIES(String.Empty, String.Empty); 246EVENT_TRACE_PROPERTIES properties = new EVENT_TRACE_PROPERTIES(WsatTraceSessionName, logFileName); 287EVENT_TRACE_PROPERTIES properties2 = new EVENT_TRACE_PROPERTIES(String.Empty, String.Empty);