5 references to Create
Microsoft.Maui.Controls.BindingSourceGen (5)
BindingCodeWriter.cs (3)
290
InterceptedMethodType.
Create
=> "return binding;",
298
InterceptedMethodType.
Create
=> "ShouldUseSetter(mode)",
308
InterceptedMethodType.
Create
=> $"public static BindingBase Create{id}",
BindingSourceGenerator.cs (1)
140
InterceptedMethodType.
Create
=> argumentList[0].Expression,
InvocationParser.cs (1)
61
return Result<InterceptedMethodType>.Success(InterceptedMethodType.
Create
);