1 write to _logger
vbc (1)
src\roslyn\src\Compilers\Shared\BuildClient.cs (1)
61_logger = logger;
4 references to _logger
vbc (4)
src\roslyn\src\Compilers\Shared\BuildClient.cs (4)
159_logger.Log("Server build failed, falling back to local build"); 222CompilerOptionParseUtilities.PrependFeatureFlagFromEnvironment(buildRequestArguments, Environment.GetEnvironmentVariable, _logger.Log); 247_logger.LogException(ex, "Server compilation failed"); 251_logger.Log($"Server compilation completed: {buildResponse.Type}");