1 override of ReplaceConditionWithChild
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpDoNotGuardCall.Fixer.cs (1)
42
protected override SyntaxNode
ReplaceConditionWithChild
(SyntaxNode currentConditional, bool guardedCallInElse, SyntaxGenerator generator)
1 reference to ReplaceConditionWithChild
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\DoNotGuardCall.Fixer.cs (1)
53
(currentConditional, generator) =>
ReplaceConditionWithChild
(currentConditional, guardedCallInElse, generator));