1 write to Tool
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (1)
Program.cs (1)
253
Tool
= msbuildInvocation.Language == Microsoft.Build.Logging.StructuredLogger.CompilerInvocation.CSharp ? "csc" : "vbc"
2 references to Tool
Microsoft.CodeAnalysis.LanguageServerIndexFormat.Generator (2)
CompilerInvocation.cs (2)
116
return invocationInfo.
Tool
switch
120
_ => throw new NotSupportedException($"Tool '{invocationInfo.
Tool
}' is not supported."),