5 references to ERR_InvalidInlineArrayLength
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2387
or ErrorCode.
ERR_InvalidInlineArrayLength
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1213
diagnostics.Add(ErrorCode.
ERR_InvalidInlineArrayLength
, attribute.GetAttributeArgumentLocation(0));
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
Semantics\InlineArrayTests.cs (3)
256
Diagnostic(ErrorCode.
ERR_InvalidInlineArrayLength
, "0").WithLocation(4, 46)
322
Diagnostic(ErrorCode.
ERR_InvalidInlineArrayLength
, "-1").WithLocation(4, 46)
388
Diagnostic(ErrorCode.
ERR_InvalidInlineArrayLength
, "-2").WithLocation(4, 46)