14 references to AllocateTemp
Microsoft.CodeAnalysis.CSharp (14)
CodeGen\CodeGenerator.cs (1)
193
result =
AllocateTemp
(_method.ReturnType, _boundBody.Syntax, slotConstraints);
CodeGen\EmitAddress.cs (2)
140
var temp = this.
AllocateTemp
(type, expression.Syntax);
328
var value = this.
AllocateTemp
(expression.Type, expression.Syntax);
CodeGen\EmitExpression.cs (6)
461
cloneTemp =
AllocateTemp
(receiverType, receiver.Syntax);
1850
tempOpt =
AllocateTemp
(receiverType, receiver.Syntax);
2831
temp =
AllocateTemp
(
3273
var temp = this.
AllocateTemp
(type, syntaxNode);
3726
var temp =
AllocateTemp
(to, syntax);
3751
temp =
AllocateTemp
(ptrInvocation.InvokedExpression.Type, ptrInvocation.Syntax);
CodeGen\EmitStatement.cs (5)
1144
var temp =
AllocateTemp
(exceptionSource.Type, exceptionSource.Syntax);
1276
temp =
AllocateTemp
(expression.Type, expression.Syntax);
1369
var stringLength =
AllocateTemp
(int32Type, syntaxNode);
1394
var charTemp =
AllocateTemp
(charType, syntaxNode);
1496
keyHash =
AllocateTemp
(UInt32Type, syntaxNode);