6 references to TryGetValue
Microsoft.CodeAnalysis (6)
CodeGen\ILBuilderEmit.cs (3)
133if (_labelInfos.TryGetValue(label, out labelInfo)) 186if (!_labelInfos.TryGetValue(label, out labelInfo)) 286if (!_labelInfos.TryGetValue(label, out ld))
Collections\SmallDictionary.cs (2)
92if (!TryGetValue(key, out value!)) 109return TryGetValue(key, out value!);
DiagnosticAnalyzer\SuppressMessageAttributeState.cs (1)
32=> s_suppressMessageScopeTypes.TryGetValue(info.Scope ?? string.Empty, out scope);