Home
last modified time | relevance | path

Searched refs:IsPInvoke (Results 1 – 15 of 15) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/IL/Stubs/
H A DPInvokeTargetNativeMethod.cs67 public override bool IsPInvoke property in Internal.IL.Stubs.PInvokeTargetNativeMethod
H A DPInvokeLazyFixupField.cs23 Debug.Assert(targetMethod.IsPInvoke); in PInvokeLazyFixupField()
H A DPInvokeILEmitter.cs33 Debug.Assert(targetMethod.IsPInvoke || targetMethod is DelegateMarshallingMethodThunk); in PInvokeILEmitter()
52 Debug.Assert(_targetMethod.IsPInvoke); in PInvokeILEmitter()
337 … Debug.Assert(_targetMethod.IsPInvoke || _targetMethod is DelegateMarshallingMethodThunk); in IsStubRequired()
H A DDelegateMarshallingMethodThunk.cs35 public override bool IsPInvoke property in Internal.IL.Stubs.DelegateMarshallingMethodThunk
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/
H A DReflectableMethodNode.cs24 Debug.Assert(method.IsAbstract || method.IsPInvoke); in ReflectableMethodNode()
H A DEETypeNode.cs364 if (method.IsPInvoke || method.IsRuntimeImplemented) in MethodHasNonGenericILMethodBody()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/
H A DMethodExtensions.cs78 …return method.IsPInvoke && ((method is Internal.IL.Stubs.PInvokeTargetNativeMethod) || Internal.IL… in IsRawPInvoke()
H A DCompilerGeneratedInteropStubManager.cs172 if (method.IsPInvoke) in AddDependeciesDueToPInvoke()
H A DUtcNameMangler.cs425 if (m.IsPInvoke) in ComputeMangledNameMethodWithoutInstantiation()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/IL/
H A DMcgInteropSupport.cs44 Debug.Assert(method.IsPInvoke); in TryGetPregeneratedPInvoke()
H A DILProvider.cs267 if (method.IsPInvoke) in CreateMethodIL()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Ecma/
H A DEcmaMethod.cs400 public override bool IsPInvoke property in Internal.TypeSystem.Ecma.EcmaMethod
410 if (!IsPInvoke) in GetPInvokeMethodMetadata()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Interop/
H A DMethodDesc.Interop.cs17 public virtual bool IsPInvoke property in Internal.TypeSystem.MethodDesc
/dports/lang/mono/mono-5.10.1.57/external/corert/src/JitInterface/src/
H A DCorInfoImpl.cs745 if (method.IsPInvoke) in getMethodAttribsInternal()
3732 if (this.MethodBeingCompiled.IsPInvoke) in getJitFlags()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.WebAssembly/src/CodeGen/
H A DILToWebAssemblyImporter.cs798 if (callee.IsPInvoke) in ImportCall()