C# (CSharp) Microsoft.CodeAnalysis.CodeGen Namespace

Сlasses

Name Description
ILBuilder
LocalSlotManager At this level there are two kinds of local variables: Locals - have identities by which consuming code refers to them. Typical use is a local variable or a compiler generated temp that can be accessed in multiple operations. Any object can be used as identity. Reference equality is used. Temps - do not have identity. They are borrowed and returned to the free list. Typical use is a scratch temporary or spilling storage.
LocalSlotManager.LocalSignature Structure that represents a local signature (as in ECMA-335, Partition I, §8.6.1.3 Local signatures).