2 references to Length
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
SampleInlineArray.cs (2)
24
[InlineArray(
Length
)]
33
return string.Join(",", MemoryMarshal.CreateSpan(ref _elem0,
Length
).ToArray());