1 override of IsAttribute
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\CSharpSpecifyMarshalingForPInvokeStringArguments.Fixer.cs (1)
19
protected override bool
IsAttribute
(SyntaxNode node)
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))