35 references to NullListener
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (7)
Classification\SyntacticTaggerTests.cs (2)
52AsynchronousOperationListenerProvider.NullListener, 110AsynchronousOperationListenerProvider.NullListener,
NavigateTo\NavigateToSearcherTests.cs (4)
130AsynchronousOperationListenerProvider.NullListener, 173AsynchronousOperationListenerProvider.NullListener, 213AsynchronousOperationListenerProvider.NullListener, 252AsynchronousOperationListenerProvider.NullListener,
QuickInfo\SyntacticQuickInfoSourceTests.cs (1)
572AsynchronousOperationListenerProvider.NullListener,
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
NavigateTo\AbstractNavigateToTests.cs (2)
84AsynchronousOperationListenerProvider.NullListener); 158AsynchronousOperationListenerProvider.NullListener);
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (3)
IntelliSense\AbstractIntellisenseQuickInfoBuilderTests.vb (2)
55AsynchronousOperationListenerProvider.NullListener, 85AsynchronousOperationListenerProvider.NullListener,
IntelliSense\SignatureHelpControllerTests.vb (1)
291Dim asyncListener = AsynchronousOperationListenerProvider.NullListener
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
NavigateTo\OmniSharpNavigateToSearchService.cs (1)
30AsynchronousOperationListenerProvider.NullListener,
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.InProcOrRemoteHostAnalyzerRunner.cs (1)
36_asyncOperationListener = operationListener ?? AsynchronousOperationListenerProvider.NullListener;
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\ProcessTelemetry\RemoteProcessTelemetryService.PerformanceReporter.cs (1)
40AsynchronousOperationListenerProvider.NullListener,
Services\SemanticClassification\RemoteSemanticClassificationService.Caching.cs (1)
64AsynchronousOperationListenerProvider.NullListener,
Microsoft.CodeAnalysis.Workspaces (2)
Shared\TestHooks\AsynchronousOperationListenerProvider.cs (1)
85return NullListener;
Shared\TestHooks\AsynchronousOperationListenerProvider+NullListenerProvider.cs (1)
11public IAsynchronousOperationListener GetListener(string featureName) => NullListener;
Microsoft.VisualStudio.LanguageServices (2)
Implementation\GCManager.cs (1)
90currentDelay = new ResettableDelay(s_delayMilliseconds, AsynchronousOperationListenerProvider.NullListener);
Telemetry\FileLogger.cs (1)
40_taskQueue = new(AsynchronousOperationListenerProvider.NullListener, TaskScheduler.Default);
Microsoft.VisualStudio.LanguageServices.UnitTests (15)
Progression\SearchGraphQueryTests_NavigateTo.vb (11)
31New Graph(), New SearchGraphQuery("C", NavigateToSearchScope.AllDocuments, threadingContext, AsynchronousOperationListenerProvider.NullListener), GraphContextDirection.Custom) 64New Graph(), New SearchGraphQuery("F", NavigateToSearchScope.AllDocuments, threadingContext, AsynchronousOperationListenerProvider.NullListener), GraphContextDirection.Custom) 97New Graph(), New SearchGraphQuery("M", NavigateToSearchScope.AllDocuments, threadingContext, AsynchronousOperationListenerProvider.NullListener), GraphContextDirection.Custom) 143New Graph(), New SearchGraphQuery("C", NavigateToSearchScope.AllDocuments, threadingContext, AsynchronousOperationListenerProvider.NullListener), GraphContextDirection.Custom) 193New Graph(), New SearchGraphQuery("Goo", NavigateToSearchScope.AllDocuments, threadingContext, AsynchronousOperationListenerProvider.NullListener), GraphContextDirection.Custom) 239New Graph(), New SearchGraphQuery("Z", NavigateToSearchScope.AllDocuments, threadingContext, AsynchronousOperationListenerProvider.NullListener), GraphContextDirection.Custom) 276New Graph(), New SearchGraphQuery("D.B", NavigateToSearchScope.AllDocuments, threadingContext, AsynchronousOperationListenerProvider.NullListener), GraphContextDirection.Custom) 309New Graph(), New SearchGraphQuery("C.B", NavigateToSearchScope.AllDocuments, threadingContext, AsynchronousOperationListenerProvider.NullListener), GraphContextDirection.Custom) 333New Graph(), New SearchGraphQuery("D.B", NavigateToSearchScope.AllDocuments, threadingContext, AsynchronousOperationListenerProvider.NullListener), GraphContextDirection.Custom) 366New Graph(), New SearchGraphQuery("A.D.B", NavigateToSearchScope.AllDocuments, threadingContext, AsynchronousOperationListenerProvider.NullListener), GraphContextDirection.Custom) 399New Graph(), New SearchGraphQuery("A.D.B", NavigateToSearchScope.AllDocuments, threadingContext, AsynchronousOperationListenerProvider.NullListener), GraphContextDirection.Custom)
ProjectSystemShim\VisualStudioRuleSetTests.vb (4)
52Dim ruleSetManager = New VisualStudioRuleSetManager(workspace.ExportProvider.GetExportedValue(Of IThreadingContext), fileChangeWatcher, AsynchronousOperationListenerProvider.NullListener) 96Dim ruleSetManager = New VisualStudioRuleSetManager(workspace.ExportProvider.GetExportedValue(Of IThreadingContext), fileChangeWatcher, AsynchronousOperationListenerProvider.NullListener) 230Dim ruleSetManager = New VisualStudioRuleSetManager(workspace.ExportProvider.GetExportedValue(Of IThreadingContext), fileChangeWatcher, AsynchronousOperationListenerProvider.NullListener) 268Dim ruleSetManager = New VisualStudioRuleSetManager(workspace.ExportProvider.GetExportedValue(Of IThreadingContext), fileChangeWatcher, AsynchronousOperationListenerProvider.NullListener)