1 write to InformationalMessage
Microsoft.CodeAnalysis.EditorFeatures (1)
FindUsages\BufferedFindUsagesContext.cs (1)
172_state.InformationalMessage = message;
3 references to InformationalMessage
Microsoft.CodeAnalysis.EditorFeatures (3)
FindUsages\BufferedFindUsagesContext.cs (3)
72return _state.InformationalMessage; 105if (_state.InformationalMessage != null) 106await presenterContext.ReportMessageAsync(_state.InformationalMessage, NotificationSeverity.Information, cancellationToken).ConfigureAwait(false);