2 overrides of IsDeclareStatement
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\CSharpSpecifyMarshalingForPInvokeStringArguments.Fixer.cs (1)
29
protected override bool
IsDeclareStatement
(SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\BasicSpecifyMarshalingForPInvokeStringArguments.Fixer.vb (1)
27
Protected Overrides Function
IsDeclareStatement
(node As SyntaxNode) As Boolean
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))