2 overrides of GetArgumentExpressions
Microsoft.CodeAnalysis.CSharp.Analyzers (1)
MetaAnalyzers\CSharpReportDiagnosticAnalyzer.cs (1)
29
protected override IEnumerable<SyntaxNode>?
GetArgumentExpressions
(InvocationExpressionSyntax invocation)
Microsoft.CodeAnalysis.VisualBasic.Analyzers (1)
MetaAnalyzers\BasicReportDiagnosticAnalyzer.vb (1)
34
Protected Overrides Function
GetArgumentExpressions
(invocation As InvocationExpressionSyntax) As IEnumerable(Of SyntaxNode)
1 reference to GetArgumentExpressions
Microsoft.CodeAnalysis.Analyzers (1)
MetaAnalyzers\ReportDiagnosticAnalyzer.cs (1)
208
IEnumerable<SyntaxNode>? arguments =
GetArgumentExpressions
(syntaxNode);