1 instantiation of NoOpStreamingFindReferencesProgress
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindReferences\NoOpStreamingFindReferencesProgress.cs (1)
20new NoOpStreamingFindReferencesProgress();
2 references to NoOpStreamingFindReferencesProgress
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\StreamingProgressCollector.cs (1)
34: this(NoOpStreamingFindReferencesProgress.Instance)
FindSymbols\SymbolFinder_FindReferences_Current.cs (1)
79progress ??= NoOpStreamingFindReferencesProgress.Instance;