1 override of FindNamedArgument
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\CSharpSpecifyMarshalingForPInvokeStringArguments.Fixer.cs (1)
24
protected override SyntaxNode
FindNamedArgument
(IReadOnlyList<SyntaxNode> arguments, string argumentName)
1 reference to FindNamedArgument
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\SpecifyMarshalingForPInvokeStringArguments.Fixer.cs (1)
89
SyntaxNode charSetArgument =
FindNamedArgument
(arguments, CharSetText);