3 references to TryGetValue
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpPreferDictionaryTryMethodsOverContainsKeyGuardFixer.cs (1)
220
.ReplaceNode(fix.ContainsKeyAccess.Name, IdentifierName(
TryGetValue
).WithTriviaFrom(fix.ContainsKeyAccess.Name))
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\PreferDictionaryTryMethodsOverContainsKeyGuardFixer.cs (1)
20
protected const string TryGetValue = nameof(
TryGetValue
);
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\BasicPreferDictionaryTryMethodsOverContainsKeyGuardFixer.vb (1)
167
TryGetValue
)