13 references to Success
Microsoft.Maui.Controls.BindingSourceGen (13)
BindingSourceGenerator.cs (4)
125
return Result<BindingInvocationDescription>.
Success
(binding);
155
return Result<LambdaExpressionSyntax>.
Success
(lambda);
171
return Result<ITypeSymbol>.
Success
(lambdaResultType);
193
return Result<ITypeSymbol>.
Success
(lambdaParamType);
InvocationParser.cs (2)
61
return Result<InterceptedMethodType>.
Success
(InterceptedMethodType.Create);
107
return Result<InterceptedMethodType>.
Success
(InterceptedMethodType.SetBinding);
PathParser.cs (7)
22
IdentifierNameSyntax _ => Result<List<IPathPart>>.
Success
(new List<IPathPart>()),
62
return Result<List<IPathPart>>.
Success
(result.Value);
83
return Result<List<IPathPart>>.
Success
(result.Value);
102
return Result<List<IPathPart>>.
Success
(expressionResult.Value);
129
return Result<List<IPathPart>>.
Success
(elementAccessResult.Value);
149
return Result<List<IPathPart>>.
Success
(leftResult.Value);
168
return Result<List<IPathPart>>.
Success
(result.Value);