12 references to NullProvider
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
Classification\SyntacticTaggerTests.cs (2)
50AsynchronousOperationListenerProvider.NullProvider), 108AsynchronousOperationListenerProvider.NullProvider),
Interactive\BraceMatching\InteractiveBraceHighlightingTests.cs (1)
45AsynchronousOperationListenerProvider.NullProvider);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
BraceHighlighting\AbstractBraceHighlightingTests.cs (1)
49AsynchronousOperationListenerProvider.NullProvider);
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (3)
IntelliSense\CompletionServiceTests_Exclusivitiy.vb (1)
58MyBase.New(services, AsynchronousOperationListenerProvider.NullProvider)
KeywordHighlighting\AbstractKeywordHighlightingTests.vb (1)
41AsynchronousOperationListenerProvider.NullProvider)
ReferenceHighlighting\AbstractReferenceHighlightingTests.vb (1)
35AsynchronousOperationListenerProvider.NullProvider)
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Completion\FSharpCompletionServiceWithProviders.cs (1)
15: base(workspace.Services.SolutionServices, AsynchronousOperationListenerProvider.NullProvider)
Microsoft.CodeAnalysis.Features (1)
ExternalAccess\VSTypeScript\Api\VSTypeScriptCompletionServiceWithProviders.cs (1)
19: base(workspace.Services.SolutionServices, AsynchronousOperationListenerProvider.NullProvider)
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
Completion\CompletionResolveTests.cs (1)
436public TestCaretOutOfScopeCompletionService(SolutionServices services) : base(services, AsynchronousOperationListenerProvider.NullProvider)
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
BraceMatching\BraceHighlightingTests.vb (1)
35AsynchronousOperationListenerProvider.NullProvider)
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
SolutionExplorer\AnalyzerCommandHandlerTests.vb (1)
25Dim handler = New AnalyzersCommandHandler(tracker:=Nothing, analyzerReferenceManager:=Nothing, threadingContext:=Nothing, AsynchronousOperationListenerProvider.NullProvider, serviceProvider:=Nothing)