12 references to PushServiceProvider
Microsoft.Maui.Controls.Build.Tasks (12)
CompiledMarkupExtensions\StaticResourceExtension.cs (3)
123 foreach (var instruction in stringResourceNode.PushConvertedValue(context, bpRef, requiredServices => stringResourceNode.PushServiceProvider(context, requiredServices, bpRef: bpRef), true, false)) 140 requiredServices => stringResourceNode.PushServiceProvider(context, requiredServices, propertyRef: propertyRef), 185 foreach (var instruction in node.PushServiceProvider(context, requiredServices, bpRef, propertyRef, declaringTypeReference))
CompiledValueProviders\SetterValueProvider.cs (1)
42 foreach (var instruction in ((ValueNode)valueNode).PushConvertedValue(context, bpRef, (requiredServices) => valueNode.PushServiceProvider(context, requiredServices, bpRef: bpRef), boxValueTypes: true, unboxValueTypes: false))
CreateObjectVisitor.cs (3)
207 (requiredServices) => node.PushServiceProvider(Context, requiredServices), 317 (requiredServices) => enode.PushServiceProvider(Context, requiredServices), 355 (requiredServices) => enode.PushServiceProvider(Context, requiredServices),
SetPropertiesVisitor.cs (5)
403 foreach (var instruction in node.PushServiceProvider(context, requiredServiceType, bpRef, propertyRef, propertyDeclaringTypeRef)) 443 foreach (var instruction in node.PushServiceProvider(context, requiredServiceType, bpRef, propertyRef, propertyDeclaringTypeRef)) 484 foreach (var instruction in node.PushServiceProvider(context, requiredServiceType, bpRef, propertyRef, propertyDeclaringTypeRef)) 1478 foreach (var instruction in valueNode.PushConvertedValue(context, bpRef, (requiredServices) => valueNode.PushServiceProvider(context, requiredServices, bpRef: bpRef), true, false)) 1636 foreach (var instruction in valueNode.PushConvertedValue(context, propertyType, new ICustomAttributeProvider[] { property, propertyType.ResolveCached(context.Cache) }, (requiredServices) => valueNode.PushServiceProvider(context, requiredServices, propertyRef: property), false, true))