1 instantiation of SynthesizedInlineArrayAsSpanMethod
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\PEModuleBuilder.cs (1)
2104return new SynthesizedInlineArrayAsSpanMethod(
7 references to SynthesizedInlineArrayAsSpanMethod
Microsoft.CodeAnalysis.CSharp (7)
CodeGen\EmitExpression.cs (1)
1435SynthesizedInlineArrayAsReadOnlySpanMethod or SynthesizedInlineArrayAsSpanMethod or SynthesizedInlineArrayElementRefMethod or
Lowering\SpillSequenceSpiller.cs (1)
458else if (call.Method.OriginalDefinition is SynthesizedInlineArrayAsSpanMethod or SynthesizedInlineArrayAsReadOnlySpanMethod)
Symbols\Synthesized\SynthesizedInlineArrayAsReadOnlySpanMethod.cs (1)
40f.CloseMethod(f.StatementList(SynthesizedInlineArrayAsSpanMethod.ThrowIfInlineArrayIsNullRef(this, f), returnStmt));
Symbols\Synthesized\SynthesizedInlineArrayElementRefMethod.cs (1)
40f.CloseMethod(f.StatementList(SynthesizedInlineArrayAsSpanMethod.ThrowIfInlineArrayIsNullRef(this, f), returnStmt));
Symbols\Synthesized\SynthesizedInlineArrayElementRefReadOnlyMethod.cs (1)
42f.CloseMethod(f.StatementList(SynthesizedInlineArrayAsSpanMethod.ThrowIfInlineArrayIsNullRef(this, f), returnStmt));
Symbols\Synthesized\SynthesizedInlineArrayFirstElementRefMethod.cs (1)
36f.CloseMethod(f.StatementList(SynthesizedInlineArrayAsSpanMethod.ThrowIfInlineArrayIsNullRef(this, f), returnStmt));
Symbols\Synthesized\SynthesizedInlineArrayFirstElementRefReadOnlyMethod.cs (1)
38f.CloseMethod(f.StatementList(SynthesizedInlineArrayAsSpanMethod.ThrowIfInlineArrayIsNullRef(this, f), returnStmt));