1 type derived from BuildToolId
Microsoft.CodeAnalysis.Features (1)
Diagnostics\BuildToolId.cs (1)
16internal abstract class Base<T> : BuildToolId
7 references to BuildToolId
Microsoft.CodeAnalysis.Features (1)
Diagnostics\AnalyzerUpdateArgsId.cs (1)
12internal class AnalyzerUpdateArgsId : BuildToolId.Base<DiagnosticAnalyzer>, ISupportLiveUpdate
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DefaultDiagnosticAnalyzerService.cs (1)
251private class DefaultUpdateArgsId : BuildToolId.Base<int, DocumentId>, ISupportLiveUpdate
Microsoft.VisualStudio.LanguageServices (2)
TableDataSource\VisualStudioBaseDiagnosticListTable.LiveTableDataSource.cs (1)
312_buildTool = (id as BuildToolId)?.BuildTool ?? string.Empty;
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
941private sealed class ArgumentKey : BuildToolId.Base<object>
Microsoft.VisualStudio.LanguageServices.UnitTests (3)
Diagnostics\DefaultDiagnosticUpdateSourceTests.vb (2)
249Dim id = DirectCast(a.Id, BuildToolId) 278Dim id = DirectCast(a.Id, BuildToolId)
Diagnostics\DiagnosticTableDataSourceTests.vb (1)
902Inherits BuildToolId.Base(Of TestDiagnosticService, Object)