10 references to ConvertedStackAllocExpression
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder.ValueChecks.cs (2)
4081case BoundKind.ConvertedStackAllocExpression: 4779case BoundKind.ConvertedStackAllocExpression:
Binder\Binder_Operators.cs (1)
2678case BoundKind.ConvertedStackAllocExpression:
CodeGen\EmitExpression.cs (2)
118case BoundKind.ConvertedStackAllocExpression: 2620if (objCreation.Arguments.Length > 0 && objCreation.Arguments[0].Kind == BoundKind.ConvertedStackAllocExpression)
Generated\BoundNodes.xml.Generated.cs (2)
7229: base(BoundKind.ConvertedStackAllocExpression, syntax, elementType, count, initializerOpt, type, hasErrors || count.HasErrors() || initializerOpt.HasErrors()) 9208case BoundKind.ConvertedStackAllocExpression:
Lowering\MethodToClassRewriter.cs (2)
498Debug.Assert(originalRight.Kind != BoundKind.ConvertedStackAllocExpression); 520if (rewrittenLeft.Kind != BoundKind.Local && originalRight.Kind == BoundKind.ConvertedStackAllocExpression)
Operations\CSharpOperationFactory.cs (1)
291case BoundKind.ConvertedStackAllocExpression: