2 overrides of IsDeclareStatement
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\CSharpSpecifyMarshalingForPInvokeStringArguments.Fixer.cs (1)
29protected override bool IsDeclareStatement(SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\BasicSpecifyMarshalingForPInvokeStringArguments.Fixer.vb (1)
27Protected Overrides Function IsDeclareStatement(node As SyntaxNode) As Boolean
2 references to IsDeclareStatement
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\InteropServices\SpecifyMarshalingForPInvokeStringArguments.Fixer.cs (2)
29if (node is null || (!IsAttribute(node) && !IsDeclareStatement(node))) 62else if (IsDeclareStatement(node))