3 references to RequestError
VBCSCompiler (3)
src\Compilers\Server\VBCSCompiler\ClientConnectionHandler.cs (1)
32/// in a <see cref="CompletionReason.RequestError"/>
src\Compilers\Server\VBCSCompiler\CompletionData.cs (1)
49internal static CompletionData RequestError { get; } = new CompletionData(CompletionReason.RequestError);
src\Compilers\Server\VBCSCompiler\ServerDispatcher.cs (1)
303case CompletionReason.RequestError: