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