1 override of SyntaxSupportedByFixer
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\CSharpDoNotGuardCall.Fixer.cs (1)
22
protected override bool
SyntaxSupportedByFixer
(SyntaxNode conditionalSyntax, SyntaxNode childStatementSyntax)
1 reference to SyntaxSupportedByFixer
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\DoNotGuardCall.Fixer.cs (1)
67
!
SyntaxSupportedByFixer
(conditionalSyntax, childStatementSyntax))