1 implementation of EnableLoggingAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\ProcessTelemetry\RemoteProcessTelemetryService.cs (1)
77
public ValueTask
EnableLoggingAsync
(ImmutableArray<string> loggerTypeNames, ImmutableArray<FunctionId> functionIds, CancellationToken cancellationToken)
1 reference to EnableLoggingAsync
Roslyn.VisualStudio.DiagnosticsWindow (1)
OptionPages\PerformanceLoggersPage.cs (1)
73
(service, cancellationToken) => service.
EnableLoggingAsync
(loggerTypeNames, functionIds, cancellationToken),