Home
last modified time | relevance | path

Searched refs:IAnnotationProvider (Results 1 – 16 of 16) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/tools/cil-strip/Mono.Cecil/
H A DCallSite.cs36 internal sealed class CallSite : IMethodSignature, IAnnotationProvider, IMetadataTokenProvider {
73 IDictionary IAnnotationProvider.Annotations {
74 get { return ((IAnnotationProvider) m_function).Annotations; }
H A DModuleReference.cs36 …internal class ModuleReference : IMetadataScope, IAnnotationProvider, IReflectionStructureVisitabl…
52 IDictionary IAnnotationProvider.Annotations {
H A DParameterReference.cs35 …internal abstract class ParameterReference : IMetadataTokenProvider, IAnnotationProvider, IReflect…
63 IDictionary IAnnotationProvider.Annotations {
H A DResource.cs33 internal abstract class Resource : IAnnotationProvider, IReflectionStructureVisitable {
49 IDictionary IAnnotationProvider.Annotations {
H A DSecurityDeclaration.cs35 …internal sealed class SecurityDeclaration : IRequireResolving, IAnnotationProvider, IReflectionVis…
70 IDictionary IAnnotationProvider.Annotations {
H A DAssemblyDefinition.cs37 IHasSecurity, IAnnotationProvider, IReflectionStructureVisitable {
131 IDictionary IAnnotationProvider.Annotations {
H A DCustomAttribute.cs33 …internal sealed class CustomAttribute : IRequireResolving, IAnnotationProvider, IReflectionVisitab…
105 IDictionary IAnnotationProvider.Annotations {
H A DIAnnotationProvider.cs33 internal interface IAnnotationProvider { interface
H A DIMemberReference.cs31 …internal interface IMemberReference : IMetadataTokenProvider, IAnnotationProvider, IReflectionVisi…
H A DAssemblyNameReference.cs39 …internal class AssemblyNameReference : IMetadataScope, IAnnotationProvider, IReflectionStructureVi…
241 IDictionary IAnnotationProvider.Annotations {
H A DMemberReference.cs57 IDictionary IAnnotationProvider.Annotations {
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/UI/Xaml/Automation/Provider/
H A Dmod.rs4 pub type IAnnotationProvider = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Xaml/Automation/Provider/
H A Dmod.rs4 pub struct IAnnotationProvider(::windows::runtime::IInspectable);
5 unsafe impl ::windows::runtime::Interface for IAnnotationProvider {
9 impl IAnnotationProvider {
46 unsafe impl ::windows::runtime::RuntimeType for IAnnotationProvider { in popup_container_class_init()
49 impl ::std::convert::From<IAnnotationProvider> for ::windows::runtime::IUnknown {
50 fn from(value: IAnnotationProvider) -> Self {
54 impl ::std::convert::From<&IAnnotationProvider> for ::windows::runtime::IUnknown {
55 fn from(value: &IAnnotationProvider) -> Self {
69 impl ::std::convert::From<IAnnotationProvider> for ::windows::runtime::IInspectable {
70 fn from(value: IAnnotationProvider) -> Self {
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/tools/cil-strip/
H A Dmono-cil-strip.exe.sources50 ./Mono.Cecil/IAnnotationProvider.cs
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Accessibility/
H A Dmod.rs882 pub type IAnnotationProvider = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/Accessibility/
H A Dmod.rs1667 pub struct IAnnotationProvider(::windows::runtime::IUnknown);
1668 impl IAnnotationProvider {
1693 unsafe impl ::windows::runtime::Interface for IAnnotationProvider {
1697 impl ::std::convert::From<IAnnotationProvider> for ::windows::runtime::IUnknown {
1698 fn from(value: IAnnotationProvider) -> Self {
1702 impl ::std::convert::From<&IAnnotationProvider> for ::windows::runtime::IUnknown {
1703 fn from(value: &IAnnotationProvider) -> Self {
1707 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IAnnotationProvider {
1712 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IAnnotationProvider {