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