5 references to Messages
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (5)
InProcess\EditorVerifierInProcess.cs (5)
217if (codeActionLogger.Messages.Any()) 221codeActionLogger.Messages.Add($"{e.OldSolution.WorkspaceVersion} to {e.NewSolution.WorkspaceVersion}: {e.Kind} {e.DocumentId}"); 227string.Join(Environment.NewLine, codeActionLogger.Messages)); 329lock (Messages) 331Messages.Add(logMessage.GetMessage());