3 references to Instance
Microsoft.CodeAnalysis.Features (1)
SemanticSearch\Tools\ReferencingSyntaxFinder.cs (1)
73=> NoOpStreamingFindReferencesProgress.Instance.ProgressTracker;
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\StreamingProgressCollector.cs (1)
32: this(NoOpStreamingFindReferencesProgress.Instance)
FindSymbols\SymbolFinder_FindReferences_Current.cs (1)
79progress ??= NoOpStreamingFindReferencesProgress.Instance;