39 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);
3578
var comp = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (24)
Semantics\PatternMatchingTests_ListPatterns.cs (24)
62
" + TestSources.
GetSubArray
;
1002
" + TestSources.
GetSubArray
;
2398
" + TestSources.
GetSubArray
;
2569
" + TestSources.
GetSubArray
;
2644
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
2742
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
2885
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
3001
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
3061
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
3617
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
3674
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
4529
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
5030
var compilation = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
6619
var comp = CreateCompilation(new[] { src, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
6688
}" + TestSources.
GetSubArray
;
6761
}" + TestSources.
GetSubArray
;
7235
var comp = CreateCompilationWithIndexAndRangeAndSpan(new[] { src, TestSources.
GetSubArray
}, parseOptions: TestOptions.RegularWithListPatterns);
7293
var comp = CreateCompilationWithIndexAndRangeAndSpan(new[] { source, TestSources.
GetSubArray
}, options: TestOptions.DebugExe);
8363
var comp = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
}, options: TestOptions.ReleaseExe);
8456
var comp = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
});
8479
var comp = CreateCompilation(new[] { source, TestSources.Index, TestSources.Range, TestSources.
GetSubArray
}, options: TestOptions.ReleaseDll);
8619
var comp = CreateCompilationWithIndexAndRangeAndSpan(new[] { source, TestSources.
GetSubArray
});
8862
var comp = CreateCompilationWithIndexAndRangeAndSpan(new[] { source, TestSources.
GetSubArray
});
8912
var comp = CreateCompilationWithIndexAndRangeAndSpan(new[] { source, TestSources.
GetSubArray
});
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (10)
IOperation\IOperationTests_IArrayElementReferenceExpression.cs (5)
2048
var comp = CreateCompilationWithIndexAndRange(new[] { source, TestSources.
GetSubArray
});
2090
var comp = CreateCompilationWithIndexAndRange(new[] { source, TestSources.
GetSubArray
});
2177
var comp = CreateCompilationWithIndexAndRange(new[] { source, TestSources.
GetSubArray
});
2270
var comp = CreateCompilationWithIndexAndRange(new[] { source, TestSources.
GetSubArray
});
2393
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)
1622
}" + TestSources.
GetSubArray
;