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