10 references to ERR_RuntimeDoesNotSupportInlineArrayTypes
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Conversions.cs (1)
441
Error(diagnostics, ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
, syntax);
Binder\Binder_Expressions.cs (1)
9572
Error(diagnostics, ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
, node);
Errors\ErrorFacts.cs (1)
2391
or ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
Symbols\Source\SourceNamedTypeSymbol.cs (1)
1955
diagnostics.Add(ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
, GetFirstLocation());
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (6)
Semantics\InlineArrayTests.cs (6)
18190
Diagnostic(ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
, "b[2]").WithLocation(3, 5),
18193
Diagnostic(ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
, "Buffer").WithLocation(7, 8)
18221
Diagnostic(ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
, "b[2..]").WithLocation(3, 5),
18224
Diagnostic(ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
, "Buffer").WithLocation(7, 8)
18247
Diagnostic(ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
, "(System.Span<int>)b").WithLocation(3, 5),
18250
Diagnostic(ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
, "Buffer").WithLocation(7, 8)