227 references to call
ilc (1)
parent\parent\Common\TypeSystem\IL\HelperExtensions.cs (1)
66codeStream.Emit(ILOpcode.call, emitter.NewToken(method));
ILCompiler.Compiler (166)
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (5)
238codeStream.Emit(ILOpcode.call, emit.NewToken(getCurrentContext)); 249codeStream.Emit(ILOpcode.call, emit.NewToken(getOrdinalInterfaceMethod)); 252codeStream.Emit(ILOpcode.call, emit.NewToken(Context.GetCoreLibEntryPoint("System.Runtime.CompilerServices"u8, "RuntimeHelpers"u8, "SetNextCallGenericContext"u8, null))); 262codeStream.Emit(ILOpcode.call, emit.NewToken(Context.GetCoreLibEntryPoint("System.Runtime.CompilerServices"u8, "AsyncHelpers"u8, "TailAwait"u8, null))); 265codeStream.Emit(ILOpcode.call, emit.NewToken(_targetMethod));
Compiler\Dataflow\CompilerGeneratedState.cs (2)
171case ILOpcode.call: 485case ILOpcode.call:
Compiler\Dataflow\MethodBodyScanner.cs (1)
759case ILOpcode.call:
Compiler\ReachabilityInstrumentationProvider.cs (1)
257codeStream.Emit(ILOpcode.call, emitter.NewToken(registerMethod));
Compiler\SubstitutedILProvider.cs (5)
413else if (shouldInlineResourceStrings && opcode == ILOpcode.call) 649Debug.Assert(newBody[offset] == (byte)ILOpcode.call); 740case ILOpcode.call: 808if (opcode == ILOpcode.call || opcode == ILOpcode.callvirt) 1131if (opcode != ILOpcode.call)
Compiler\TypePreinit.cs (1)
478case ILOpcode.call:
IL\ILImporter.Scanner.cs (8)
390if (opcode is (not ILOpcode.call) and (not ILOpcode.callvirt) 402return opcode == ILOpcode.call 478if (!reader.HasNext || reader.ReadILOpcode() != ILOpcode.call) 539Debug.Assert(opcode == ILOpcode.call); 561if (opcode is ILOpcode.call or ILOpcode.callvirt && _canonMethod.IsAsyncCall()) 599case ILOpcode.call: 1160ImportCall(ILOpcode.call, token); 1225if (reader.ReadILOpcode() == ILOpcode.call
IL\RvaIntrinsicPatternAnalyzer.cs (1)
245if (opcode == ILOpcode.call
IL\Stubs\StartupCode\NativeLibraryStartupMethod.cs (2)
70codeStream.Emit(ILOpcode.call, emitter.NewToken(method)); 80codeStream.Emit(ILOpcode.call, emitter.NewToken(runModuleInitializers));
IL\Stubs\StartupCode\StartupCodeMainMethod.cs (11)
78codeStream.Emit(ILOpcode.call, emitter.NewToken(method)); 93codeStream.Emit(ILOpcode.call, emitter.NewToken(initArgs)); 102codeStream.Emit(ILOpcode.call, emitter.NewToken(initEntryAssembly)); 112codeStream.Emit(ILOpcode.call, emitter.NewToken(initApartmentState)); 118codeStream.Emit(ILOpcode.call, emitter.NewToken(initApartmentState)); 126codeStream.Emit(ILOpcode.call, emitter.NewToken(runModuleInitializers)); 136codeStream.Emit(ILOpcode.call, emitter.NewToken(startup.GetKnownMethod("GetMainMethodArguments"u8, null))); 141codeStream.Emit(ILOpcode.call, emitter.NewToken(_mainMethod)); 154codeStream.Emit(ILOpcode.call, emitter.NewToken(setLatchedExitCode)); 158codeStream.Emit(ILOpcode.call, emitter.NewToken(shutdown)); 294codeStream.Emit(ILOpcode.call, emit.NewToken(WrappedMethod));
IL\TypeEqualityPatternAnalyzer.cs (4)
147=> opcode == ILOpcode.call && methodIL.GetObject(reader.PeekILToken()) is MethodDesc method 152=> opcode == ILOpcode.call && methodIL.GetObject(reader.PeekILToken()) is MethodDesc method 157=> opcode == ILOpcode.call && methodIL.GetObject(reader.PeekILToken()) is MethodDesc method 162=> opcode is ILOpcode.call or ILOpcode.callvirt && methodIL.GetObject(reader.PeekILToken()) is MethodDesc method
parent\parent\Common\Compiler\CompilerTypeSystemContext.BoxedTypes.cs (4)
455codeStream.Emit(ILOpcode.call, emit.NewToken(Context.GetCoreLibEntryPoint("System.Runtime.CompilerServices"u8, "RuntimeHelpers"u8, "SetNextCallGenericContext"u8, null))); 465codeStream.Emit(ILOpcode.call, emit.NewToken(Context.GetCoreLibEntryPoint("System.Runtime.CompilerServices"u8, "AsyncHelpers"u8, "TailAwait"u8, null))); 468codeStream.Emit(ILOpcode.call, emit.NewToken(_targetMethod.InstantiateAsOpen())); 590codeStream.Emit(ILOpcode.call, emit.NewToken(methodToInstantiate));
parent\parent\Common\TypeSystem\IL\HelperExtensions.cs (1)
66codeStream.Emit(ILOpcode.call, emitter.NewToken(method));
parent\parent\Common\TypeSystem\IL\ILImporter.cs (2)
152case ILOpcode.call: 448case ILOpcode.call:
parent\parent\Common\TypeSystem\IL\NativeAotILProvider.cs (2)
168codeStream.Emit(ILOpcode.call, emitter.NewToken(underlyingCompareToMethod)); 245(byte)ILOpcode.call, 1, 0, 0, 0,
parent\parent\Common\TypeSystem\IL\Stubs\ArrayMethodILEmitter.cs (4)
102codeStream.Emit(ILOpcode.call, _emitter.NewToken(checkArrayStore)); 123codeStream.Emit(ILOpcode.call, 128codeStream.Emit(ILOpcode.call, 150codeStream.Emit(ILOpcode.call,
parent\parent\Common\TypeSystem\IL\Stubs\AssemblyGetExecutingAssemblyMethodThunk.cs (1)
80codeStream.Emit(ILOpcode.call, emit.NewToken(classlibHelper));
parent\parent\Common\TypeSystem\IL\Stubs\AsyncResumptionStub.cs (4)
76ilStream.Emit(ILOpcode.call, ilEmitter.NewToken(Context.GetCoreLibEntryPoint("System.Runtime.CompilerServices"u8, "RuntimeHelpers"u8, "SetNextCallGenericContext"u8, null))); 80ilStream.Emit(ILOpcode.call, ilEmitter.NewToken(Context.GetCoreLibEntryPoint("System.Runtime.CompilerServices"u8, "RuntimeHelpers"u8, "SetNextCallAsyncContinuation"u8, null))); 98ilStream.Emit(ILOpcode.call, ilEmitter.NewToken(_targetMethod)); 112ilStream.Emit(ILOpcode.call, ilEmitter.NewToken(asyncCallContinuation));
parent\parent\Common\TypeSystem\IL\Stubs\AsyncThunks.cs (9)
56codestream.Emit(ILOpcode.call, emitter.NewToken(awaitStateType.GetKnownMethod("Push"u8, null))); 93codestream.Emit(ILOpcode.call, emitter.NewToken(asyncMethod)); 102codestream.Emit(ILOpcode.call, emitter.NewToken(asyncCallContinuationMd)); 128codestream.Emit(ILOpcode.call, emitter.NewToken(fromResultMethod)); 145codestream.Emit(ILOpcode.call, emitter.NewToken(getCompletedTaskMethod)); 186codestream.Emit(ILOpcode.call, emitter.NewToken(fromExceptionMd)); 222codestream.Emit(ILOpcode.call, emitter.NewToken(createRuntimeAsyncTaskMd)); 233codestream.Emit(ILOpcode.call, emitter.NewToken(awaitStateType.GetKnownMethod("Pop"u8, null))); 292codestream.Emit(ILOpcode.call, emitter.NewToken(asyncVariantTarget));
parent\parent\Common\TypeSystem\IL\Stubs\DelegateThunks.cs (2)
217codeStream.Emit(ILOpcode.call, emitter.NewToken(SystemDelegateType.GetKnownMethod("GetActualTargetFunctionPointer"u8, null))); 569codeStream.Emit(ILOpcode.call, emitter.NewToken(emptyObjectArrayMethod));
parent\parent\Common\TypeSystem\IL\Stubs\GetFieldHelperMethodOverride.cs (2)
143getFieldStream.Emit(ILOpcode.call, emitter.NewToken(mtOfFieldMethod)); 180switchStream.Emit(ILOpcode.call, emitter.NewToken(baseMethod));
parent\parent\Common\TypeSystem\IL\Stubs\InterlockedIntrinsics.cs (1)
71codeStream.Emit(ILOpcode.call, emit.NewToken(compareExchangeNonGeneric));
parent\parent\Common\TypeSystem\IL\Stubs\MethodBaseGetCurrentMethodThunk.cs (1)
89codeStream.Emit(ILOpcode.call, emit.NewToken(classlibHelper));
parent\parent\Common\TypeSystem\IL\Stubs\PInvokeILEmitter.cs (11)
175fnptrLoadStream.Emit(ILOpcode.call, emitter.NewToken( 198fnptrLoadStream.Emit(ILOpcode.call, emitter.NewToken(instantiatedHelper)); 211callsiteSetupCodeStream.Emit(ILOpcode.call, emitter.NewToken( 219fnptrLoadStream.Emit(ILOpcode.call, emitter.NewToken(InteropTypes 250callsiteSetupCodeStream.Emit(ILOpcode.call, emitter.NewToken( 282callsiteSetupCodeStream.Emit(ILOpcode.call, emitter.NewToken( 311fnptrLoadStream.Emit(ILOpcode.call, emitter.NewToken(lazyHelperType 330callsiteSetupCodeStream.Emit(ILOpcode.call, emitter.NewToken(nativeMethod)); 335callsiteSetupCodeStream.Emit(ILOpcode.call, emitter.NewToken( 344callsiteSetupCodeStream.Emit(ILOpcode.call, emitter.NewToken( 352callsiteSetupCodeStream.Emit(ILOpcode.call, emitter.NewToken(lazyHelperType
parent\parent\Common\TypeSystem\IL\Stubs\TypeGetTypeMethodThunk.cs (1)
103codeStream.Emit(ILOpcode.call, emit.NewToken(_helperMethod));
parent\parent\Common\TypeSystem\IL\Stubs\TypeSystemThrowingILEmitter.cs (1)
93codeStream.Emit(ILOpcode.call, emitter.NewToken(helper));
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.Aot.cs (49)
114codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 129codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 139codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 153codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 163codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 186codeStream.Emit(ILOpcode.call, emitter.NewToken( 212codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 230codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 239codeStream.Emit(ILOpcode.call, _ilCodeStreams.Emitter.NewToken(helper)); 247codeStream.Emit(ILOpcode.call, emitter.NewToken( 275codeStream.Emit(ILOpcode.call, _ilCodeStreams.Emitter.NewToken(InteropTypes.GetGC(Context).GetKnownMethod("KeepAlive"u8, null))); 291codeStream.Emit(ILOpcode.call, _ilCodeStreams.Emitter.NewToken( 299codeStream.Emit(ILOpcode.call, _ilCodeStreams.Emitter.NewToken( 312codeStream.Emit(ILOpcode.call, _ilCodeStreams.Emitter.NewToken( 450codeStream.Emit(ILOpcode.call, emitter.NewToken( 522codeStream.Emit(ILOpcode.call, emitter.NewToken( 587codeStream.Emit(ILOpcode.call, emitter.NewToken(GetManagedToNativeHelper())); 603codeStream.Emit(ILOpcode.call, emitter.NewToken(GetNativeToManagedHelper())); 669codeStream.Emit(ILOpcode.call, _ilCodeStreams.Emitter.NewToken( 684codeStream.Emit(ILOpcode.call, emitter.NewToken(InteropTypes.GetType(Context).GetMethod("GetTypeFromHandle"u8, null))); 685codeStream.Emit(ILOpcode.call, emitter.NewToken(InteropTypes.GetRuntimeHelpers(Context).GetKnownMethod("GetUninitializedObject"u8, null))); 691codeStream.Emit(ILOpcode.call, _ilCodeStreams.Emitter.NewToken( 704codeStream.Emit(ILOpcode.call, _ilCodeStreams.Emitter.NewToken( 786codeStream.Emit(ILOpcode.call, emitter.NewToken(InteropTypes.GetType(Context).GetMethod("GetTypeFromHandle"u8, null))); 787codeStream.Emit(ILOpcode.call, emitter.NewToken(InteropTypes.GetRuntimeHelpers(Context).GetKnownMethod("GetUninitializedObject"u8, null))); 801codeStream.Emit(ILOpcode.call, _ilCodeStreams.Emitter.NewToken( 824codeStream.Emit(ILOpcode.call, _ilCodeStreams.Emitter.NewToken( 851codeStream.Emit(ILOpcode.call, emitter.NewToken( 882codeStream.Emit(ILOpcode.call, emitter.NewToken(getNativeSizeHelper)); 905codeStream.Emit(ILOpcode.call, _ilCodeStreams.Emitter.NewToken( 921codeStream.Emit(ILOpcode.call, _ilCodeStreams.Emitter.NewToken( 943codeStream.Emit(ILOpcode.call, emitter.NewToken( 989codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 999codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 1011codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 1030codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 1038codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 1049codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 1063codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 1071codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 1082codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 1096codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 1107codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 1121codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 1132codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 1172codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 1187codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 1204codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 1256fnptrLoadStream.Emit(ILOpcode.call, emitter.NewToken(initializeCustomMarshallerMethod));
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (28)
1257codeStream.Emit(ILOpcode.call, emitter.NewToken( 1268codeStream.Emit(ILOpcode.call, emitter.NewToken( 1495codeStream.Emit(ILOpcode.call, emitter.NewToken(InteropTypes.GetMarshal(Context).GetKnownMethod("FreeCoTaskMem"u8, null))); 1520codeStream.Emit(ILOpcode.call, emitter.NewToken(getArrayDataReferenceMethod)); 1533codeStream.Emit(ILOpcode.call, emitter.NewToken(getArrayDataReferenceMethod)); 1636codeStream.Emit(ILOpcode.call, emitter.NewToken( 1673codeStream.Emit(ILOpcode.call, emitter.NewToken( 1692codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 1724codeStream.Emit(ILOpcode.call, emitter.NewToken( 1745codeStream.Emit(ILOpcode.call, emitter.NewToken( 1762codeStream.Emit(ILOpcode.call, emitter.NewToken(stringToAnsi)); 1772codeStream.Emit(ILOpcode.call, emitter.NewToken(ansiToString)); 1786codeStream.Emit(ILOpcode.call, emitter.NewToken( 1809codeStream.Emit(ILOpcode.call, emitter.NewToken( 1846codeStream.Emit(ILOpcode.call, emitter.NewToken(marshallerIn.GetKnownMethod("FromManaged"u8, null))); 1849codeStream.Emit(ILOpcode.call, emitter.NewToken(marshallerIn.GetKnownMethod("ToUnmanaged"u8, null))); 1854codeStream.Emit(ILOpcode.call, emitter.NewToken(Marshaller.GetKnownMethod("ConvertToUnmanaged"u8, null))); 1865codeStream.Emit(ILOpcode.call, emitter.NewToken(Marshaller.GetKnownMethod("ConvertToManaged"u8, null))); 1876codeStream.Emit(ILOpcode.call, emitter.NewToken( 1882codeStream.Emit(ILOpcode.call, emitter.NewToken( 1922returnValueMarshallingCodeStream.Emit(ILOpcode.call, emitter.NewToken( 1950marshallingCodeStream.Emit(ILOpcode.call, emitter.NewToken( 1956marshallingCodeStream.Emit(ILOpcode.call, emitter.NewToken( 1965cleanupCodeStream.Emit(ILOpcode.call, emitter.NewToken( 1999cleanupCodeStream.Emit(ILOpcode.call, emitter.NewToken( 2059codeStream.Emit(ILOpcode.call, _ilCodeStreams.Emitter.NewToken( 2085codeStream.Emit(ILOpcode.call, _ilCodeStreams.Emitter.NewToken( 2108codeStream.Emit(ILOpcode.call, _ilCodeStreams.Emitter.NewToken(InteropTypes.GetGC(Context).GetKnownMethod("KeepAlive"u8, null)));
parent\parent\Common\TypeSystem\Interop\IL\PInvokeDelegateWrapperConstructor.cs (1)
72codeStream.Emit(ILOpcode.call, emitter.NewToken(
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
399case ILOpcode.call:
ILCompiler.ReadyToRun (51)
Compiler\ProfileDataManager.cs (1)
194if (opcode is ILOpcode.call or ILOpcode.callvirt)
Compiler\ReadyToRunCompilationModuleGroupBase.cs (1)
689case ILOpcode.call:
IL\Stubs\PInvokeILEmitter.cs (1)
57callsiteSetupCodeStream.Emit(ILOpcode.call, emitter.NewToken(rawTargetMethod));
parent\parent\Common\Compiler\CompilerTypeSystemContext.BoxedTypes.cs (4)
455codeStream.Emit(ILOpcode.call, emit.NewToken(Context.GetCoreLibEntryPoint("System.Runtime.CompilerServices"u8, "RuntimeHelpers"u8, "SetNextCallGenericContext"u8, null))); 465codeStream.Emit(ILOpcode.call, emit.NewToken(Context.GetCoreLibEntryPoint("System.Runtime.CompilerServices"u8, "AsyncHelpers"u8, "TailAwait"u8, null))); 468codeStream.Emit(ILOpcode.call, emit.NewToken(_targetMethod.InstantiateAsOpen())); 590codeStream.Emit(ILOpcode.call, emit.NewToken(methodToInstantiate));
parent\parent\Common\TypeSystem\IL\HelperExtensions.cs (1)
66codeStream.Emit(ILOpcode.call, emitter.NewToken(method));
parent\parent\Common\TypeSystem\IL\Stubs\AsyncResumptionStub.cs (4)
76ilStream.Emit(ILOpcode.call, ilEmitter.NewToken(Context.GetCoreLibEntryPoint("System.Runtime.CompilerServices"u8, "RuntimeHelpers"u8, "SetNextCallGenericContext"u8, null))); 80ilStream.Emit(ILOpcode.call, ilEmitter.NewToken(Context.GetCoreLibEntryPoint("System.Runtime.CompilerServices"u8, "RuntimeHelpers"u8, "SetNextCallAsyncContinuation"u8, null))); 98ilStream.Emit(ILOpcode.call, ilEmitter.NewToken(_targetMethod)); 112ilStream.Emit(ILOpcode.call, ilEmitter.NewToken(asyncCallContinuation));
parent\parent\Common\TypeSystem\IL\Stubs\AsyncThunks.cs (9)
56codestream.Emit(ILOpcode.call, emitter.NewToken(awaitStateType.GetKnownMethod("Push"u8, null))); 93codestream.Emit(ILOpcode.call, emitter.NewToken(asyncMethod)); 102codestream.Emit(ILOpcode.call, emitter.NewToken(asyncCallContinuationMd)); 128codestream.Emit(ILOpcode.call, emitter.NewToken(fromResultMethod)); 145codestream.Emit(ILOpcode.call, emitter.NewToken(getCompletedTaskMethod)); 186codestream.Emit(ILOpcode.call, emitter.NewToken(fromExceptionMd)); 222codestream.Emit(ILOpcode.call, emitter.NewToken(createRuntimeAsyncTaskMd)); 233codestream.Emit(ILOpcode.call, emitter.NewToken(awaitStateType.GetKnownMethod("Pop"u8, null))); 292codestream.Emit(ILOpcode.call, emitter.NewToken(asyncVariantTarget));
parent\parent\Common\TypeSystem\IL\Stubs\InterlockedIntrinsics.cs (1)
71codeStream.Emit(ILOpcode.call, emit.NewToken(compareExchangeNonGeneric));
parent\parent\Common\TypeSystem\Interop\IL\Marshaller.cs (28)
1257codeStream.Emit(ILOpcode.call, emitter.NewToken( 1268codeStream.Emit(ILOpcode.call, emitter.NewToken( 1495codeStream.Emit(ILOpcode.call, emitter.NewToken(InteropTypes.GetMarshal(Context).GetKnownMethod("FreeCoTaskMem"u8, null))); 1520codeStream.Emit(ILOpcode.call, emitter.NewToken(getArrayDataReferenceMethod)); 1533codeStream.Emit(ILOpcode.call, emitter.NewToken(getArrayDataReferenceMethod)); 1636codeStream.Emit(ILOpcode.call, emitter.NewToken( 1673codeStream.Emit(ILOpcode.call, emitter.NewToken( 1692codeStream.Emit(ILOpcode.call, emitter.NewToken(helper)); 1724codeStream.Emit(ILOpcode.call, emitter.NewToken( 1745codeStream.Emit(ILOpcode.call, emitter.NewToken( 1762codeStream.Emit(ILOpcode.call, emitter.NewToken(stringToAnsi)); 1772codeStream.Emit(ILOpcode.call, emitter.NewToken(ansiToString)); 1786codeStream.Emit(ILOpcode.call, emitter.NewToken( 1809codeStream.Emit(ILOpcode.call, emitter.NewToken( 1846codeStream.Emit(ILOpcode.call, emitter.NewToken(marshallerIn.GetKnownMethod("FromManaged"u8, null))); 1849codeStream.Emit(ILOpcode.call, emitter.NewToken(marshallerIn.GetKnownMethod("ToUnmanaged"u8, null))); 1854codeStream.Emit(ILOpcode.call, emitter.NewToken(Marshaller.GetKnownMethod("ConvertToUnmanaged"u8, null))); 1865codeStream.Emit(ILOpcode.call, emitter.NewToken(Marshaller.GetKnownMethod("ConvertToManaged"u8, null))); 1876codeStream.Emit(ILOpcode.call, emitter.NewToken( 1882codeStream.Emit(ILOpcode.call, emitter.NewToken( 1922returnValueMarshallingCodeStream.Emit(ILOpcode.call, emitter.NewToken( 1950marshallingCodeStream.Emit(ILOpcode.call, emitter.NewToken( 1956marshallingCodeStream.Emit(ILOpcode.call, emitter.NewToken( 1965cleanupCodeStream.Emit(ILOpcode.call, emitter.NewToken( 1999cleanupCodeStream.Emit(ILOpcode.call, emitter.NewToken( 2059codeStream.Emit(ILOpcode.call, _ilCodeStreams.Emitter.NewToken( 2085codeStream.Emit(ILOpcode.call, _ilCodeStreams.Emitter.NewToken( 2108codeStream.Emit(ILOpcode.call, _ilCodeStreams.Emitter.NewToken(InteropTypes.GetGC(Context).GetKnownMethod("KeepAlive"u8, null)));
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\GraphBuilder.cs (1)
399case ILOpcode.call:
ILCompiler.RyuJit (2)
parent\parent\Common\TypeSystem\IL\HelperExtensions.cs (1)
66codeStream.Emit(ILOpcode.call, emitter.NewToken(method));
parent\parent\Common\TypeSystem\IL\Stubs\TypeSystemThrowingILEmitter.cs (1)
93codeStream.Emit(ILOpcode.call, emitter.NewToken(helper));
ILCompiler.TypeSystem (7)
parent\parent\Common\TypeSystem\IL\HelperExtensions.cs (1)
66codeStream.Emit(ILOpcode.call, emitter.NewToken(method));
parent\parent\Common\TypeSystem\IL\ILDisassembler.cs (1)
341case ILOpcode.call:
parent\parent\Common\TypeSystem\IL\ILStackHelper.cs (1)
246case ILOpcode.call:
parent\parent\Common\TypeSystem\IL\ILTokenReplacer.cs (1)
47case ILOpcode.call:
parent\parent\Common\TypeSystem\IL\UnsafeAccessors.cs (3)
775codeStream.Emit(ILOpcode.call, emit.NewToken(context.TargetMethod)); 856codeStream.Emit(ILOpcode.call, emit.NewToken(thrower)); 870codeStream.Emit(ILOpcode.call, emit.NewToken(thrower));