4 references to TryGetLocalOrParameterSymbol
Microsoft.CodeAnalysis.CodeStyle (4)
AbstractUseThrowExpressionDiagnosticAnalyzer.cs (4)
191if (!TryGetLocalOrParameterSymbol(assignmentExpression.Value, out var assignmentValue)) 228return TryGetLocalOrParameterSymbol( 234return TryGetLocalOrParameterSymbol( 247return TryGetLocalOrParameterSymbol(conversion.Operand, out localOrParameter);