4 references to ERR_NegativeStackAllocSize
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
4559Error(diagnostics, ErrorCode.ERR_NegativeStackAllocSize, countSyntax);
Errors\ErrorFacts.cs (1)
815or ErrorCode.ERR_NegativeStackAllocSize
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\SemanticErrorTests.cs (1)
8982Diagnostic(ErrorCode.ERR_NegativeStackAllocSize, "-30"));
Semantics\UnsafeTests.cs (1)
10848Diagnostic(ErrorCode.ERR_NegativeStackAllocSize, "-1"));