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