2 references to CheckExpressionSyntactically
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpUseAutoPropertyAnalyzer.cs (2)
168return CheckExpressionSyntactically(expr) ? expr : null; 203return CheckExpressionSyntactically(assignmentExpression.Left) ? assignmentExpression.Left : null;