Implemented interface members:
5 references to TryGetValue
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerFileReference.cs (1)
579if (!analyzerTypeNameMap.TryGetValue(language, out languageSpecificAnalyzerTypeNames))
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\TextDocumentStates.cs (3)
93=> States.TryGetValue(documentId, out state); 96=> States.TryGetValue(documentId, out var state) ? state : null; 99=> States.TryGetValue(documentId, out var state) ? state : throw ExceptionUtilities.Unreachable();
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
192if (!this.TryGetValue(key, out value))