48 references to GetSubArray
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (4)
CodeGen\IndexAndRangeTests.cs (4)
23
new[] { s, TestSources.
GetSubArray
, },
71
new[] { src, TestSources.
GetSubArray
, });
2099
}" + TestSources.
GetSubArray
, TestOptions.ReleaseExe);
3904
var comp = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (7)
CodeGen\IndexAndRangeTests.cs (7)
2534
var comp = CreateCompilationWithIndexAndRange(new[] { source, TestSources.
GetSubArray
});
2658
var comp = CreateCompilationWithIndexAndRange(new[] { source, TestSources.
GetSubArray
});
2755
var comp = CreateCompilationWithIndexAndRange(new[] { source, TestSources.
GetSubArray
});
3284
var comp = CreateCompilationWithIndexAndRange(new[] { source, TestSources.
GetSubArray
});
3424
var comp = CreateCompilationWithIndexAndRange(new[] { source, TestSources.
GetSubArray
});
3545
var comp = CreateCompilationWithIndexAndRange(new[] { source, TestSources.
GetSubArray
});
4497
var comp = CreateCompilationWithIndexAndRange(new[] { src, TestSources.
GetSubArray
});
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (26)
Semantics\PatternMatchingTests_ListPatterns.cs (25)
62
" + TestSources.
GetSubArray
;
1001
" + TestSources.
GetSubArray
;
2397
" + TestSources.
GetSubArray
;
2568
" + TestSources.
GetSubArray
;
2642
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
2740
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
2883
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
2999
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
3059
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
3615
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
3672
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
4526
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
5027
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
6612
var comp = CreateCompilation(new[] { src, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
6681
}" + TestSources.
GetSubArray
;
6754
}" + TestSources.
GetSubArray
;
7228
var comp = CreateCompilationWithIndexAndRangeAndSpan(new[] { src, TestSources.
GetSubArray
}, parseOptions: TestOptions.RegularWithListPatterns);
7286
var comp = CreateCompilationWithIndexAndRangeAndSpan(new[] { source, TestSources.
GetSubArray
}, options: TestOptions.DebugExe);
8345
var comp = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
}, options: TestOptions.ReleaseExe);
8437
var comp = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
8459
var comp = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
}, options: TestOptions.ReleaseDll);
8598
var comp = CreateCompilationWithIndexAndRangeAndSpan(new[] { source, TestSources.
GetSubArray
});
8841
var comp = CreateCompilationWithIndexAndRangeAndSpan(new[] { source, TestSources.
GetSubArray
});
8884
var comp = CreateCompilationWithIndexAndRangeAndSpan(new[] { source, TestSources.
GetSubArray
});
8940
var comp = CreateCompilationWithIndexAndRangeAndSpan(new[] { source, TestSources.
GetSubArray
});
Semantics\PatternMatchingTests_NullableTypes.cs (1)
663
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
;