14 references to Ldtoken
Microsoft.Maui.Controls.Build.Tasks (14)
CompiledConverters\FontSizeTypeConverter.cs (1)
41 yield return Instruction.Create(OpCodes.Ldtoken, module.ImportReference(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls", "Label")));
CompiledConverters\RDSourceTypeConverter.cs (1)
144 yield return Create(Ldtoken, currentModule.ImportReference(rootNode.TypeReference));
CompiledConverters\TypeTypeConverter.cs (1)
35 yield return Create(Ldtoken, module.ImportReference(typeRef));
CompiledMarkupExtensions\DataTemplateExtension.cs (1)
30 Create(Ldtoken, module.ImportReference(contentTypeRef)),
CompiledMarkupExtensions\TypeExtension.cs (1)
36 Create(Ldtoken, module.ImportReference(typeref)),
CompiledValueProviders\StyleSheetProvider.cs (1)
65 yield return Create(Ldtoken, module.ImportReference(((ILRootNode)rootNode).TypeReference));
NodeILExtensions.cs (7)
563 yield return Create(Ldtoken, module.ImportReference(declaringTypeReference ?? propertyRef.DeclaringType)); 635 yield return Create(Ldtoken, module.ImportReference(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls.Xaml", "IProvideValueTarget"))); 659 yield return Create(Ldtoken, module.ImportReference(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls.Xaml", "IReferenceProvider"))); 670 yield return Create(Ldtoken, module.ImportReference(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls.Xaml", "IProvideValueTarget"))); 697 yield return Create(Ldtoken, module.ImportReference(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls.Xaml", "IXamlTypeResolver"))); 712 yield return Create(Ldtoken, context.Body.Method.DeclaringType); 722 yield return Create(Ldtoken, module.ImportReference(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls.Xaml", "IXmlLineInfoProvider")));
SetPropertiesVisitor.cs (1)
1492 yield return Create(Ldtoken, module.ImportReference(context.Cache, ("Microsoft.Maui.Controls", "Microsoft.Maui.Controls", "BindingBase")));