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)
72
return _state.
InformationalMessage
;
105
if (_state.
InformationalMessage
!= null)
106
await presenterContext.ReportMessageAsync(_state.
InformationalMessage
, NotificationSeverity.Information, cancellationToken).ConfigureAwait(false);