8 references to ParsePath
Microsoft.Maui.Controls.BindingSourceGen (8)
BindingSourceGenerator.cs (1)
111
var pathParseResult = pathParser.
ParsePath
(lambdaResult.Value.ExpressionBody);
PathParser.cs (7)
28
ParenthesizedExpressionSyntax parenthesized =>
ParsePath
(parenthesized.Expression),
37
var result =
ParsePath
(memberAccess.Expression);
67
var result =
ParsePath
(elementAccess.Expression);
88
var expressionResult =
ParsePath
(conditionalAccess.Expression);
94
var whenNotNullResult =
ParsePath
(conditionalAccess.WhenNotNull);
134
var leftResult =
ParsePath
(asExpression.Left);
154
var result =
ParsePath
(castExpression.Expression);