1 override of FindNamedArgument
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\CSharpSpecifyMarshalingForPInvokeStringArguments.Fixer.cs (1)
25
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)
86
SyntaxNode charSetArgument =
FindNamedArgument
(arguments, CharSetText);