3 references to AnalyzerInconsistencyBuildResponse
VBCSCompiler (2)
src\Compilers\Server\VBCSCompiler\CompilerRequestHandler.cs (1)
143
return new
AnalyzerInconsistencyBuildResponse
(new ReadOnlyCollection<string>(errorMessages));
src\Compilers\Shared\BuildProtocol.cs (1)
480
return new
AnalyzerInconsistencyBuildResponse
(new ReadOnlyCollection<string>(list));
VBCSCompiler.UnitTests (1)
VBCSCompilerServerTests.cs (1)
393
return new
AnalyzerInconsistencyBuildResponse
(new ReadOnlyCollection<string>(Array.Empty<string>()));