7 references to ImportFieldReference
Microsoft.Maui.Controls.Build.Tasks (7)
CompiledConverters\ColorTypeConverter.cs (1)
52 var fieldReference = module.ImportFieldReference(context.Cache, ("Microsoft.Maui.Graphics", "Microsoft.Maui.Graphics", "Colors"),
CompiledConverters\EasingTypeConverter.cs (1)
28 var fieldReference = module.ImportFieldReference(context.Cache, assemblyTypeInfo, value, isStatic: true, caseSensitive: false);
CompiledConverters\FlexBasisTypeConverter.cs (1)
22 module.ImportFieldReference(context.Cache, ("Microsoft.Maui", "Microsoft.Maui.Layouts", "FlexBasis"),
CompiledConverters\GridLengthTypeConverter.cs (2)
24 yield return Create(Ldsfld, module.ImportFieldReference(context.Cache, ("Microsoft.Maui", "Microsoft.Maui", "GridLength"), nameof(GridLength.Auto), isStatic: true)); 29 yield return Create(Ldsfld, module.ImportFieldReference(context.Cache, ("Microsoft.Maui", "Microsoft.Maui", "GridLength"), nameof(GridLength.Star), isStatic: true));
CompiledConverters\LayoutOptionsConverter.cs (1)
29 var fieldReference = module.ImportFieldReference(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls", "LayoutOptions"),
SetNamescopesAndRegisterNamesVisitor.cs (1)
72 Context.IL.Emit(OpCodes.Stfld, module.ImportFieldReference(Context.Cache, parameterTypes[0], nameof(Element.transientNamescope)));