7 references to GetImplicitOperatorTo
Microsoft.Maui.Controls.Build.Tasks (7)
NodeILExtensions.cs (2)
93 var implicitOperator = module.TypeSystem.String.GetImplicitOperatorTo(context.Cache, targetTypeRef, module); 229 var implicitOperator = module.TypeSystem.String.GetImplicitOperatorTo(context.Cache, targetTypeRef, module);
SetPropertiesVisitor.cs (4)
1316 var implicitOperator = varValue.VariableType.GetImplicitOperatorTo(context.Cache, module.ImportReference(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls", "BindingBase")), module); 1364 var implicitOperator = varValue.VariableType.GetImplicitOperatorTo(context.Cache, bpTypeRef, module); 1498 var implicitOperator = vardef.VariableType.GetImplicitOperatorTo(context.Cache, propertyType, module); 1636 if (varValue.VariableType.GetImplicitOperatorTo(context.Cache, paramType, module) != null)
VariableDefinitionExtensions.cs (1)
11 var implicitOperator = self.VariableType.GetImplicitOperatorTo(cache, type, module);