1 instantiation of RoslynEventSource
Microsoft.CodeAnalysis.Workspaces (1)
Log\RoslynEventSource.cs (1)
29
public static readonly RoslynEventSource Instance =
new
();
11 references to RoslynEventSource
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Service\CodeFixService.cs (2)
554
using (
RoslynEventSource
.LogInformationalBlock(FunctionId.CodeFixes_GetCodeFixesAsync, fixerName, cancellationToken))
727
using (
RoslynEventSource
.LogInformationalBlock(FunctionId.CodeFixes_GetCodeFixesAsync, provider, cancellationToken))
CodeRefactorings\CodeRefactoringService.cs (1)
215
using (
RoslynEventSource
.LogInformationalBlock(FunctionId.Refactoring_CodeRefactoringService_GetRefactoringsAsync, providerName, cancellationToken))
Microsoft.CodeAnalysis.Workspaces (8)
Log\EtwLogger.cs (2)
19
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.