6 references to TryGetValue
Microsoft.CodeAnalysis (6)
CodeGen\ILBuilderEmit.cs (3)
125if (_labelInfos.TryGetValue(label, out labelInfo)) 178if (!_labelInfos.TryGetValue(label, out labelInfo)) 283if (!_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);