3 references to BoundReadOnlySpanFromArray
Microsoft.CodeAnalysis.CSharp (3)
Generated\BoundNodes.xml.Generated.cs (1)
3018
var result = new
BoundReadOnlySpanFromArray
(this.Syntax, operand, conversionMethod, type, this.HasErrors);
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (2)
639
return new
BoundReadOnlySpanFromArray
(syntax, rewrittenOperand, method, destinationType) { WasCompilerGenerated = true };
1365
return new
BoundReadOnlySpanFromArray
(syntax, rewrittenOperand, conversion.Method, rewrittenType) { WasCompilerGenerated = true };