2 overrides of GetGetterExpression
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpUseAutoPropertyAnalyzer.cs (1)
154protected override ExpressionSyntax? GetGetterExpression(IMethodSymbol getMethod, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
VisualBasicUseAutoPropertyAnalyzer.vb (1)
80Protected Overrides Function GetGetterExpression(getMethod As IMethodSymbol, cancellationToken As CancellationToken) As ExpressionSyntax
1 reference to GetGetterExpression
Microsoft.CodeAnalysis.Features (1)
AbstractUseAutoPropertyAnalyzer.cs (1)
273=> CheckFieldAccessExpression(semanticModel, GetGetterExpression(getMethod, cancellationToken), cancellationToken);