1 write to InformationalMessage
Microsoft.CodeAnalysis.EditorFeatures (1)
FindUsages\BufferedFindUsagesContext.cs (1)
181_state.InformationalMessage = message;
3 references to InformationalMessage
Microsoft.CodeAnalysis.EditorFeatures (3)
FindUsages\BufferedFindUsagesContext.cs (3)
78return _state.InformationalMessage; 111if (_state.InformationalMessage != null) 112await presenterContext.ReportInformationalMessageAsync(_state.InformationalMessage, cancellationToken).ConfigureAwait(false);