12 references to Argument
ILCompiler.Compiler (12)
parent\parent\Common\TypeSystem\IL\Stubs\PInvokeILEmitter.cs (2)
121MarshallerType.Argument, 137MarshallerType.Argument,
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.Aot.cs (1)
57MarshallerType.Argument,
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (1)
720&& MarshallerType == MarshallerType.Argument
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (8)
417MarshallerType.Argument, 434MarshallerType.Argument, 530case MarshallerType.Argument: EmitArgumentMarshallingIL(); return; 1157&& MarshallerType == MarshallerType.Argument 1553if (IsManagedByRef || (MarshalDirection == MarshalDirection.Reverse && MarshallerType == MarshallerType.Argument)) 1619&& MarshallerType == MarshallerType.Argument 1818&& MarshallerType == MarshallerType.Argument 2105&& MarshallerType == MarshallerType.Argument)