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