2 references to AnalyzerInconsistencyBuildResponse
VBCSCompiler (2)
src\Compilers\Core\CommandLine\BuildProtocol.cs (1)
478return new AnalyzerInconsistencyBuildResponse(new ReadOnlyCollection<string>(list));
src\Compilers\Server\VBCSCompiler\CompilerRequestHandler.cs (1)
143return new AnalyzerInconsistencyBuildResponse(new ReadOnlyCollection<string>(errorMessages));