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