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)
335 foreach (var instruction in node.PushServiceProvider(context, requiredServiceType, bpRef, propertyRef, propertyDeclaringTypeRef)) 375 foreach (var instruction in node.PushServiceProvider(context, requiredServiceType, bpRef, propertyRef, propertyDeclaringTypeRef)) 416 foreach (var instruction in node.PushServiceProvider(context, requiredServiceType, bpRef, propertyRef, propertyDeclaringTypeRef)) 1410 foreach (var instruction in valueNode.PushConvertedValue(context, bpRef, (requiredServices) => valueNode.PushServiceProvider(context, requiredServices, bpRef: bpRef), true, false)) 1568 foreach (var instruction in valueNode.PushConvertedValue(context, propertyType, new ICustomAttributeProvider[] { property, propertyType.ResolveCached(context.Cache) }, (requiredServices) => valueNode.PushServiceProvider(context, requiredServices, propertyRef: property), false, true))