3 references to LogBlock
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\EngineV2\DiagnosticIncrementalAnalyzer.Executor.cs (1)
33
using (Logger.
LogBlock
(FunctionId.Diagnostics_ProjectDiagnostic, GetProjectLogMessage, project, analyzers, cancellationToken))
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\DocumentState.cs (2)
136
using (Logger.
LogBlock
(FunctionId.Workspace_Document_State_FullyParseSyntaxTree, s_fullParseLog, filePath, mode, cancellationToken))
152
using (Logger.
LogBlock
(FunctionId.Workspace_Document_State_FullyParseSyntaxTree, s_fullParseLog, filePath, mode, cancellationToken))