2 overrides of GetArgumentExpression
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpValidateFormatStringDiagnosticAnalyzer.cs (1)
36
protected override SyntaxNode
GetArgumentExpression
(SyntaxNode syntaxNode)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
VisualBasicValidateFormatStringDiagnosticAnalyzer.vb (1)
35
Protected Overrides Function
GetArgumentExpression
(syntaxNode As SyntaxNode) As SyntaxNode
1 reference to GetArgumentExpression
Microsoft.CodeAnalysis.Features (1)
AbstractValidateFormatStringDiagnosticAnalyzer.cs (1)
277
return
GetArgumentExpression
(formatArgumentSyntax);