10 references to ConvertedStackAllocExpression
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder.ValueChecks.cs (2)
4420
case BoundKind.
ConvertedStackAllocExpression
:
5123
case BoundKind.
ConvertedStackAllocExpression
:
Binder\Binder_Operators.cs (1)
4301
case BoundKind.
ConvertedStackAllocExpression
:
CodeGen\EmitExpression.cs (2)
118
case BoundKind.
ConvertedStackAllocExpression
:
2663
if (objCreation.Arguments.Length > 0 && objCreation.Arguments[0].Kind == BoundKind.
ConvertedStackAllocExpression
)
Generated\BoundNodes.xml.Generated.cs (2)
7345
: base(BoundKind.
ConvertedStackAllocExpression
, syntax, elementType, count, initializerOpt, type, hasErrors || count.HasErrors() || initializerOpt.HasErrors())
9459
case BoundKind.
ConvertedStackAllocExpression
:
Lowering\MethodToClassRewriter.cs (2)
275
Debug.Assert(originalRight.Kind != BoundKind.
ConvertedStackAllocExpression
);
297
if (rewrittenLeft.Kind != BoundKind.Local && originalRight.Kind == BoundKind.
ConvertedStackAllocExpression
)
Operations\CSharpOperationFactory.cs (1)
290
case BoundKind.
ConvertedStackAllocExpression
: