MethodMappingWriter.EmitStoreContextItemIntoLocal Method (MethodMappingContextItem, InstructionWriter, ILocalStorage) |
Namespace: PostSharp.Sdk.AspectInfrastructure
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
public void EmitStoreContextItemIntoLocal( MethodMappingContextItem methodMappingContextItem, InstructionWriter instructionWriter, ILocalStorage local )
Parameters
- methodMappingContextItem
- Type: PostSharp.Sdk.AspectInfrastructure.MethodMappingContextItem
The context item. - instructionWriter
- Type: PostSharp.Sdk.CodeModel.InstructionWriter
An InstructionWriter. - local
- Type: PostSharp.Sdk.AspectInfrastructure.ILocalStorage
The local variable into which the context item should be stored.