10 references to ConvertedStackAllocExpression
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder.ValueChecks.cs (2)
3541
case BoundKind.
ConvertedStackAllocExpression
:
3954
case BoundKind.
ConvertedStackAllocExpression
:
Binder\Binder_Operators.cs (1)
2635
case BoundKind.
ConvertedStackAllocExpression
:
CodeGen\EmitExpression.cs (2)
117
case BoundKind.
ConvertedStackAllocExpression
:
2403
if (objCreation.Arguments.Length > 0 && objCreation.Arguments[0].Kind == BoundKind.
ConvertedStackAllocExpression
)
Generated\BoundNodes.xml.Generated.cs (2)
6960
: base(BoundKind.
ConvertedStackAllocExpression
, syntax, elementType, count, initializerOpt, type, hasErrors || count.HasErrors() || initializerOpt.HasErrors())
8878
case BoundKind.
ConvertedStackAllocExpression
:
Lowering\MethodToClassRewriter.cs (2)
489
Debug.Assert(originalRight.Kind != BoundKind.
ConvertedStackAllocExpression
);
511
if (rewrittenLeft.Kind != BoundKind.Local && originalRight.Kind == BoundKind.
ConvertedStackAllocExpression
)
Operations\CSharpOperationFactory.cs (1)
287
case BoundKind.
ConvertedStackAllocExpression
: