Implemented interface members:
7 references to TryGetValue
GenerateDocumentationAndConfigFiles (1)
src\RoslynAnalyzers\Microsoft.CodeAnalysis.Analyzers\Core\MetaAnalyzers\ReleaseTrackingHelper.cs (1)
371
if (!ReleaseTrackingDataByRuleIdMap.
TryGetValue
(ruleId, out var releaseTrackingDataForRule) ||
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerFileReference.cs (1)
582
if (!analyzerTypeNameMap.
TryGetValue
(language, out languageSpecificAnalyzerTypeNames))
Microsoft.CodeAnalysis.Analyzers (1)
MetaAnalyzers\ReleaseTrackingHelper.cs (1)
371
if (!ReleaseTrackingDataByRuleIdMap.
TryGetValue
(ruleId, out var releaseTrackingDataForRule) ||
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\TextDocumentStates.cs (3)
94
=> States.
TryGetValue
(documentId, out state);
97
=> States.
TryGetValue
(documentId, out var state) ? state : null;
100
=> States.
TryGetValue
(documentId, out var state) ? state : throw ExceptionUtilities.Unreachable();
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
192
if (!this.
TryGetValue
(key, out value))