9 references to ERR_InlineArrayConversionToSpanNotSupported
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Conversions.cs (1)
477
Error(diagnostics, ErrorCode.
ERR_InlineArrayConversionToSpanNotSupported
, syntax, destination);
Errors\ErrorFacts.cs (1)
2384
or ErrorCode.
ERR_InlineArrayConversionToSpanNotSupported
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (7)
Semantics\InlineArrayTests.cs (7)
16287
Diagnostic(ErrorCode.
ERR_InlineArrayConversionToSpanNotSupported
, "c.F").WithArguments("System.Span<int>").WithLocation(24, 19)
16361
Diagnostic(ErrorCode.
ERR_InlineArrayConversionToSpanNotSupported
, "c.F").WithArguments("System.Span<int>").WithLocation(11, 19)
16396
Diagnostic(ErrorCode.
ERR_InlineArrayConversionToSpanNotSupported
, "F").WithArguments("System.Span<int>").WithLocation(15, 19)
16489
Diagnostic(ErrorCode.
ERR_InlineArrayConversionToSpanNotSupported
, "M3()").WithArguments("System.Span<int>").WithLocation(23, 27)
17092
Diagnostic(ErrorCode.
ERR_InlineArrayConversionToSpanNotSupported
, "b").WithArguments("System.Span<int>").WithLocation(21, 34)
17132
Diagnostic(ErrorCode.
ERR_InlineArrayConversionToSpanNotSupported
, "b").WithArguments("System.Span<int>").WithLocation(20, 34)
17216
Diagnostic(ErrorCode.
ERR_InlineArrayConversionToSpanNotSupported
, "new Buffer10<int>()").WithArguments("System.Span<int>").WithLocation(13, 34)