1 override of GetArgumentExpression
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\Analyzers\ValidateFormatString\CSharpValidateFormatStringDiagnosticAnalyzer.cs (1)
36
protected override SyntaxNode
GetArgumentExpression
(SyntaxNode syntaxNode)
1 reference to GetArgumentExpression
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\Analyzers\ValidateFormatString\AbstractValidateFormatStringDiagnosticAnalyzer.cs (1)
277
return
GetArgumentExpression
(formatArgumentSyntax);