48 references to GetSubArray
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (4)
CodeGen\IndexAndRangeTests.cs (4)
28
new[] { s, TestSources.
GetSubArray
, },
76
new[] { src, TestSources.
GetSubArray
, });
2161
}" + TestSources.
GetSubArray
, TestOptions.ReleaseExe);
3966
var comp = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (7)
CodeGen\IndexAndRangeTests.cs (7)
2539
var comp = CreateCompilationWithIndexAndRange(new[] { source, TestSources.
GetSubArray
});
2663
var comp = CreateCompilationWithIndexAndRange(new[] { source, TestSources.
GetSubArray
});
2760
var comp = CreateCompilationWithIndexAndRange(new[] { source, TestSources.
GetSubArray
});
3289
var comp = CreateCompilationWithIndexAndRange(new[] { source, TestSources.
GetSubArray
});
3429
var comp = CreateCompilationWithIndexAndRange(new[] { source, TestSources.
GetSubArray
});
3550
var comp = CreateCompilationWithIndexAndRange(new[] { source, TestSources.
GetSubArray
});
4502
var comp = CreateCompilationWithIndexAndRange(new[] { src, TestSources.
GetSubArray
});
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (26)
Semantics\PatternMatchingTests_ListPatterns.cs (25)
63
" + TestSources.
GetSubArray
;
1002
" + TestSources.
GetSubArray
;
2398
" + TestSources.
GetSubArray
;
2561
" + TestSources.
GetSubArray
;
2635
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
2764
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
2923
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
3054
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
3114
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
3671
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
3728
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
4586
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
5087
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
6719
var comp = CreateCompilation(new[] { src, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
6788
}" + TestSources.
GetSubArray
;
6855
}" + TestSources.
GetSubArray
;
7320
var comp = CreateCompilationWithIndexAndRangeAndSpan(new[] { src, TestSources.
GetSubArray
}, parseOptions: TestOptions.RegularWithListPatterns);
7378
var comp = CreateCompilationWithIndexAndRangeAndSpan(new[] { source, TestSources.
GetSubArray
}, options: TestOptions.DebugExe);
8483
var comp = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
}, options: TestOptions.ReleaseExe);
8575
var comp = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
8597
var comp = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
}, options: TestOptions.ReleaseDll);
8736
var comp = CreateCompilationWithIndexAndRangeAndSpan(new[] { source, TestSources.
GetSubArray
});
8979
var comp = CreateCompilationWithIndexAndRangeAndSpan(new[] { source, TestSources.
GetSubArray
});
9022
var comp = CreateCompilationWithIndexAndRangeAndSpan(new[] { source, TestSources.
GetSubArray
});
9078
var comp = CreateCompilationWithIndexAndRangeAndSpan(new[] { source, TestSources.
GetSubArray
});
Semantics\PatternMatchingTests_NullableTypes.cs (1)
665
var comp = CreateCompilationWithIndexAndRange([source, TestSources.
GetSubArray
]);
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (10)
IOperation\IOperationTests_IArrayElementReferenceExpression.cs (5)
2080
var comp = CreateCompilationWithIndexAndRange(new[] { source, TestSources.
GetSubArray
});
2122
var comp = CreateCompilationWithIndexAndRange(new[] { source, TestSources.
GetSubArray
});
2209
var comp = CreateCompilationWithIndexAndRange(new[] { source, TestSources.
GetSubArray
});
2302
var comp = CreateCompilationWithIndexAndRange(new[] { source, TestSources.
GetSubArray
});
2425
var comp = CreateCompilationWithIndexAndRange(new[] { source, TestSources.
GetSubArray
});
IOperation\IOperationTests_IIsPatternExpression.cs (5)
2150
var comp = CreateCompilationWithIndexAndRange(new[] { source, TestSources.
GetSubArray
});
2186
var comp = CreateCompilationWithIndexAndRange(new[] { source, TestSources.
GetSubArray
});
2228
var comp = CreateCompilationWithIndexAndRange(new[] { source, TestSources.
GetSubArray
});
2478
var comp = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
2534
VerifyFlowGraphAndDiagnosticsForTest<BlockSyntax>(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
},
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\NullableReferenceTypesTests.cs (1)
1634
}" + TestSources.
GetSubArray
;