StorageDescriptor ToStorageType(Type itemStorageType)
static StorageDescriptor Global(MethodInfo methGlobal, Type itemStorageType, bool isCached)
StorageDescriptor ToLocal(LocalBuilder loc)
static StorageDescriptor Parameter(int paramIndex, Type itemStorageType, bool isCached)
static StorageDescriptor Stack(Type itemStorageType, bool isCached)
static StorageDescriptor None()
CurrentContext CurrentLocation
MethodInfo GlobalLocation
StorageDescriptor ToStack()
static StorageDescriptor Current(LocalBuilder locIter, MethodInfo currentMethod, Type itemStorageType)
LocalBuilder LocalLocation
static StorageDescriptor Local(LocalBuilder loc, Type itemStorageType, bool isCached)