1 instantiation of RoslynEventSource
Microsoft.CodeAnalysis.Workspaces (1)
Log\RoslynEventSource.cs (1)
29
public static readonly RoslynEventSource Instance =
new
();
8 references to RoslynEventSource
Microsoft.CodeAnalysis.Workspaces (8)
Log\EtwLogger.cs (2)
21
private readonly
RoslynEventSource
_source =
RoslynEventSource
.Instance;
Log\RoslynEventSource.cs (2)
29
public static readonly
RoslynEventSource
Instance = new();
112
var assembly = typeof(
RoslynEventSource
).Assembly;
Log\RoslynEventSource.LogBlock.cs (4)
18
/// Unlike other logging methods on <see cref="
RoslynEventSource
"/>, this method does not check
20
/// Instead it checks if the <see cref="
RoslynEventSource
"/> was enabled at <see cref="EventLevel.Informational"/> level.
28
/// Unlike other logging methods on <see cref="
RoslynEventSource
"/>, this method does not check
30
/// Instead it checks if the <see cref="
RoslynEventSource
"/> was enabled at <see cref="EventLevel.Informational"/> level.