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)
9527
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)
18196
Diagnostic(ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
, "b[2]").WithLocation(3, 5),
18199
Diagnostic(ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
, "Buffer").WithLocation(7, 8)
18227
Diagnostic(ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
, "b[2..]").WithLocation(3, 5),
18230
Diagnostic(ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
, "Buffer").WithLocation(7, 8)
18253
Diagnostic(ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
, "(System.Span<int>)b").WithLocation(3, 5),
18256
Diagnostic(ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
, "Buffer").WithLocation(7, 8)