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