1 override of IsDeclareStatement
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\CSharpSpecifyMarshalingForPInvokeStringArguments.Fixer.cs (1)
29
protected override bool
IsDeclareStatement
(SyntaxNode node)
2 references to IsDeclareStatement
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\InteropServices\SpecifyMarshalingForPInvokeStringArguments.Fixer.cs (2)
29
if (node is null || (!IsAttribute(node) && !
IsDeclareStatement
(node)))
62
else if (
IsDeclareStatement
(node))