1 override of CodeFixSupportsDeclaration
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\CSharpDynamicInterfaceCastableImplementation.Fixer.cs (1)
307protected override bool CodeFixSupportsDeclaration(SyntaxNode declaration)
2 references to CodeFixSupportsDeclaration
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\InteropServices\DynamicInterfaceCastableImplementation.Fixer.cs (2)
33if (declaration == null || !CodeFixSupportsDeclaration(declaration)) 92if (declaration is null || !CodeFixSupportsDeclaration(declaration))