10 references to ERR_RuntimeDoesNotSupportInlineArrayTypes
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Conversions.cs (1)
509
Error(diagnostics, ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
, syntax);
Binder\Binder_Expressions.cs (1)
9817
Error(diagnostics, ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
, node);
Errors\ErrorFacts.cs (1)
2397
or ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
Symbols\Source\SourceNamedTypeSymbol.cs (1)
2054
diagnostics.Add(ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
, GetFirstLocation());
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (6)
Semantics\InlineArrayTests.cs (6)
18241
Diagnostic(ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
, "b[2]").WithLocation(3, 5),
18244
Diagnostic(ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
, "Buffer").WithLocation(7, 8)
18272
Diagnostic(ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
, "b[2..]").WithLocation(3, 5),
18275
Diagnostic(ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
, "Buffer").WithLocation(7, 8)
18298
Diagnostic(ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
, "(System.Span<int>)b").WithLocation(3, 5),
18301
Diagnostic(ErrorCode.
ERR_RuntimeDoesNotSupportInlineArrayTypes
, "Buffer").WithLocation(7, 8)