83 references to NewCodeStream
ILCompiler.Compiler (59)
Compiler\BodySubstitution.cs (1)
35ILCodeStream codestream = emit.NewCodeStream();
Compiler\CompilerTypeSystemContext.InterfaceThunks.cs (1)
226ILCodeStream codeStream = emit.NewCodeStream();
Compiler\HardwareIntrinsicHelpers.Aot.cs (1)
50ILCodeStream codeStream = emit.NewCodeStream();
Compiler\ReachabilityInstrumentationFilter.cs (1)
75ILCodeStream codeStream = emit.NewCodeStream();
Compiler\ReachabilityInstrumentationProvider.cs (1)
249ILCodeStream codeStream = emitter.NewCodeStream();
IL\Stubs\StartupCode\NativeLibraryStartupMethod.cs (1)
63ILCodeStream codeStream = emitter.NewCodeStream();
IL\Stubs\StartupCode\StartupCodeMainMethod.cs (2)
68ILCodeStream codeStream = emitter.NewCodeStream(); 280ILCodeStream codeStream = emit.NewCodeStream();
parent\parent\Common\Compiler\CompilerTypeSystemContext.BoxedTypes.cs (3)
432ILCodeStream codeStream = emit.NewCodeStream(); 547ILCodeStream c = e.NewCodeStream(); 558ILCodeStream codeStream = emit.NewCodeStream();
parent\parent\Common\TypeSystem\IL\NativeAotILProvider.cs (2)
115ILCodeStream codeStream = emit.NewCodeStream(); 164var codeStream = emitter.NewCodeStream();
parent\parent\Common\TypeSystem\IL\Stubs\ArrayMethodILEmitter.cs (1)
74var codeStream = _emitter.NewCodeStream();
parent\parent\Common\TypeSystem\IL\Stubs\AssemblyGetExecutingAssemblyMethodThunk.cs (1)
71ILCodeStream codeStream = emit.NewCodeStream();
parent\parent\Common\TypeSystem\IL\Stubs\AsyncResumptionStub.cs (1)
56ILCodeStream ilStream = ilEmitter.NewCodeStream();
parent\parent\Common\TypeSystem\IL\Stubs\AsyncThunks.cs (2)
23var codestream = emitter.NewCodeStream(); 255var codestream = emitter.NewCodeStream();
parent\parent\Common\TypeSystem\IL\Stubs\ComparerIntrinsics.cs (1)
68var codeStream = emitter.NewCodeStream();
parent\parent\Common\TypeSystem\IL\Stubs\DelegateMethodILEmitter.cs (3)
24ILCodeStream codeStream = emit.NewCodeStream(); 39ILCodeStream codeStream = emit.NewCodeStream(); 53ILCodeStream codeStream = emit.NewCodeStream();
parent\parent\Common\TypeSystem\IL\Stubs\DelegateThunks.cs (9)
114ILCodeStream codeStream = emitter.NewCodeStream(); 162ILCodeStream codeStream = emit.NewCodeStream(); 175ILCodeStream codeStream = emitter.NewCodeStream(); 263ILCodeStream codeStream = emitter.NewCodeStream(); 311ILCodeStream codeStream = emitter.NewCodeStream(); 446ILCodeStream codeStream = emitter.NewCodeStream(); 497ILCodeStream codeStream = emit.NewCodeStream(); 522ILCodeStream codeStream = emitter.NewCodeStream(); 707var codeStream = emitter.NewCodeStream();
parent\parent\Common\TypeSystem\IL\Stubs\DynamicInvokeMethodThunk.cs (1)
134ILCodeStream codeStream = emitter.NewCodeStream();
parent\parent\Common\TypeSystem\IL\Stubs\ForwardDelegateCreationThunk.cs (1)
102ILCodeStream codeStream = emitter.NewCodeStream();
parent\parent\Common\TypeSystem\IL\Stubs\GetCanonTypeIntrinsic.cs (1)
21var codeStream = emitter.NewCodeStream();
parent\parent\Common\TypeSystem\IL\Stubs\GetFieldHelperMethodOverride.cs (4)
83var stream = emitter.NewCodeStream(); 91var stream = emitter.NewCodeStream(); 105var switchStream = emitter.NewCodeStream(); 106var getFieldStream = emitter.NewCodeStream();
parent\parent\Common\TypeSystem\IL\Stubs\InterlockedIntrinsics.cs (1)
67ILCodeStream codeStream = emit.NewCodeStream();
parent\parent\Common\TypeSystem\IL\Stubs\MethodBaseGetCurrentMethodThunk.cs (1)
74ILCodeStream codeStream = emit.NewCodeStream();
parent\parent\Common\TypeSystem\IL\Stubs\PInvokeILCodeStreams.cs (6)
30FunctionPointerLoadStream = Emitter.NewCodeStream(); 31MarshallingCodeStream = Emitter.NewCodeStream(); 32CallsiteSetupCodeStream = Emitter.NewCodeStream(); 33ReturnValueMarshallingCodeStream = Emitter.NewCodeStream(); 34UnmarshallingCodestream = Emitter.NewCodeStream(); 35CleanupCodeStream = Emitter.NewCodeStream();
parent\parent\Common\TypeSystem\IL\Stubs\StreamIntrinsics.cs (1)
30ILCodeStream codestream = emitter.NewCodeStream();
parent\parent\Common\TypeSystem\IL\Stubs\TypeGetTypeMethodThunk.cs (1)
73ILCodeStream codeStream = emit.NewCodeStream();
parent\parent\Common\TypeSystem\IL\Stubs\TypeSystemThrowingILEmitter.cs (1)
81var codeStream = emitter.NewCodeStream();
parent\parent\Common\TypeSystem\IL\Stubs\UnsafeIntrinsics.cs (7)
106ILCodeStream codeStream = emit.NewCodeStream(); 124ILCodeStream codeStream = emit.NewCodeStream(); 144ILCodeStream codeStream = emit.NewCodeStream(); 162ILCodeStream codeStream = emit.NewCodeStream(); 177ILCodeStream codeStream = emit.NewCodeStream(); 195ILCodeStream codeStream = emit.NewCodeStream(); 217ILCodeStream codeStream = emit.NewCodeStream();
parent\parent\Common\TypeSystem\Interop\IL\InlineArrayType.cs (1)
380var codeStream = emitter.NewCodeStream();
parent\parent\Common\TypeSystem\Interop\IL\MarshalHelpers.Aot.cs (1)
128ILCodeStream codeStream = emitter.NewCodeStream();
parent\parent\Common\TypeSystem\Interop\IL\PInvokeDelegateWrapperConstructor.cs (1)
69ILCodeStream codeStream = emitter.NewCodeStream();
ILCompiler.ReadyToRun (20)
parent\parent\Common\Compiler\CompilerTypeSystemContext.BoxedTypes.cs (2)
432ILCodeStream codeStream = emit.NewCodeStream(); 558ILCodeStream codeStream = emit.NewCodeStream();
parent\parent\Common\TypeSystem\IL\Stubs\AsyncResumptionStub.cs (1)
56ILCodeStream ilStream = ilEmitter.NewCodeStream();
parent\parent\Common\TypeSystem\IL\Stubs\AsyncThunks.cs (2)
23var codestream = emitter.NewCodeStream(); 255var codestream = emitter.NewCodeStream();
parent\parent\Common\TypeSystem\IL\Stubs\ComparerIntrinsics.cs (1)
68var codeStream = emitter.NewCodeStream();
parent\parent\Common\TypeSystem\IL\Stubs\InterlockedIntrinsics.cs (1)
67ILCodeStream codeStream = emit.NewCodeStream();
parent\parent\Common\TypeSystem\IL\Stubs\PInvokeILCodeStreams.cs (6)
30FunctionPointerLoadStream = Emitter.NewCodeStream(); 31MarshallingCodeStream = Emitter.NewCodeStream(); 32CallsiteSetupCodeStream = Emitter.NewCodeStream(); 33ReturnValueMarshallingCodeStream = Emitter.NewCodeStream(); 34UnmarshallingCodestream = Emitter.NewCodeStream(); 35CleanupCodeStream = Emitter.NewCodeStream();
parent\parent\Common\TypeSystem\IL\Stubs\UnsafeIntrinsics.cs (7)
106ILCodeStream codeStream = emit.NewCodeStream(); 124ILCodeStream codeStream = emit.NewCodeStream(); 144ILCodeStream codeStream = emit.NewCodeStream(); 162ILCodeStream codeStream = emit.NewCodeStream(); 177ILCodeStream codeStream = emit.NewCodeStream(); 195ILCodeStream codeStream = emit.NewCodeStream(); 217ILCodeStream codeStream = emit.NewCodeStream();
ILCompiler.RyuJit (1)
parent\parent\Common\TypeSystem\IL\Stubs\TypeSystemThrowingILEmitter.cs (1)
81var codeStream = emitter.NewCodeStream();
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\IL\UnsafeAccessors.cs (3)
715ILCodeStream codeStream = emit.NewCodeStream(); 811ILCodeStream codeStream = emit.NewCodeStream(); 864ILCodeStream codeStream = emit.NewCodeStream();