2 references to TryGetGuardedCallInElse
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\DoNotGuardCall.Fixer.cs (2)
30
if (
TryGetGuardedCallInElse
(root, context.Diagnostics[0]) is null)
43
if (
TryGetGuardedCallInElse
(editor.OriginalRoot, diagnostic) is not bool guardedCallInElse ||