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