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)
16293
Diagnostic(ErrorCode.
ERR_InlineArrayConversionToSpanNotSupported
, "c.F").WithArguments("System.Span<int>").WithLocation(24, 19)
16367
Diagnostic(ErrorCode.
ERR_InlineArrayConversionToSpanNotSupported
, "c.F").WithArguments("System.Span<int>").WithLocation(11, 19)
16402
Diagnostic(ErrorCode.
ERR_InlineArrayConversionToSpanNotSupported
, "F").WithArguments("System.Span<int>").WithLocation(15, 19)
16495
Diagnostic(ErrorCode.
ERR_InlineArrayConversionToSpanNotSupported
, "M3()").WithArguments("System.Span<int>").WithLocation(23, 27)
17098
Diagnostic(ErrorCode.
ERR_InlineArrayConversionToSpanNotSupported
, "b").WithArguments("System.Span<int>").WithLocation(21, 34)
17138
Diagnostic(ErrorCode.
ERR_InlineArrayConversionToSpanNotSupported
, "b").WithArguments("System.Span<int>").WithLocation(20, 34)
17222
Diagnostic(ErrorCode.
ERR_InlineArrayConversionToSpanNotSupported
, "new Buffer10<int>()").WithArguments("System.Span<int>").WithLocation(13, 34)