1 write to _options
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindReferences\FindReferencesSearchEngine.cs (1)
57_options = options;
7 references to _options
Microsoft.CodeAnalysis.Workspaces (7)
FindSymbols\FindReferences\FindReferencesSearchEngine.cs (3)
65_scheduler = _options.Explicit ? TaskScheduler.Default : s_exclusiveScheduler; 202symbol, globalAliases, project, _documents, _options, cancellationToken).ConfigureAwait(false); 296symbol, state, _options, cancellationToken).ConfigureAwait(false);
FindSymbols\FindReferences\FindReferencesSearchEngine.SymbolSet.cs (2)
66var options = engine._options; 195var cascaded = await finder.DetermineCascadedSymbolsAsync(symbol, solution, engine._options, cancellationToken).ConfigureAwait(false);
FindSymbols\FindReferences\FindReferencesSearchEngine_FindReferencesInDocuments.cs (2)
26Debug.Assert(_options.UnidirectionalHierarchyCascade); 108symbol, state, _options, cancellationToken).ConfigureAwait(false);