10 references to ImportPropertyGetterReference
Microsoft.Maui.Controls.Build.Tasks (10)
CompiledConverters\BrushTypeConverter.cs (1)
31
var propertyGetterReference = module.
ImportPropertyGetterReference
(context.Cache,
CompiledConverters\ColorTypeConverter.cs (1)
63
var propertyGetterReference = module.
ImportPropertyGetterReference
(context.Cache, ("Microsoft.Maui.Graphics", "Microsoft.Maui.Graphics", "Colors"),
CompiledConverters\RDSourceTypeConverter.cs (1)
146
yield return Create(Callvirt, currentModule.
ImportPropertyGetterReference
(context.Cache, ("mscorlib", "System", "Type"), propertyName: "Assembly", flatten: true));
CompiledValueProviders\StyleSheetProvider.cs (1)
67
yield return Create(Callvirt, module.
ImportPropertyGetterReference
(context.Cache, ("mscorlib", "System", "Type"), propertyName: "Assembly", flatten: true)); //assembly
CreateObjectVisitor.cs (2)
485
yield return Create(Call, module.
ImportPropertyGetterReference
(Context.Cache, ("mscorlib", "System.Globalization", "CultureInfo"),
526
yield return Create(Call, module.
ImportPropertyGetterReference
(Context.Cache, ("mscorlib", "System.Globalization", "CultureInfo"),
NodeILExtensions.cs (2)
299
yield return Create(Call, module.
ImportPropertyGetterReference
(context.Cache, ("mscorlib", "System.Globalization", "CultureInfo"),
714
yield return Create(Callvirt, module.
ImportPropertyGetterReference
(context.Cache, ("mscorlib", "System", "Type"), propertyName: "Assembly", flatten: true));
SetNamescopesAndRegisterNamesVisitor.cs (1)
183
Context.IL.Emit(OpCodes.Callvirt, module.
ImportPropertyGetterReference
(Context.Cache, elementType, propertyName: "StyleId"));
SetPropertiesVisitor.cs (1)
1295
yield return Create(Callvirt, module.
ImportPropertyGetterReference
(context.Cache, dynamicResourceType, propertyName: "Key"));