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