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