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