We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33aab6 commit 36ead10Copy full SHA for 36ead10
samples/snippets/csharp/VS_Snippets_CLR/etwtracesmall/cs/program.cs
@@ -20,8 +20,6 @@ class Program
20
{
21
static void Main(string[] args)
22
23
- string name = MyCompanyEventSource.GetName(typeof(MyCompanyEventSource));
24
- IEnumerable<EventSource> eventSources = MyCompanyEventSource.GetSources();
25
MyCompanyEventSource.Log.Startup();
26
// ...
27
MyCompanyEventSource.Log.OpenFileStart("SomeFile");
0 commit comments