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