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