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)
78
return _state.
InformationalMessage
;
111
if (_state.
InformationalMessage
!= null)
112
await presenterContext.ReportInformationalMessageAsync(_state.
InformationalMessage
, cancellationToken).ConfigureAwait(false);