49 references to CreateCompilationWithIndexAndRangeAndSpan
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (11)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (27)
Semantics\PatternMatchingTests_ListPatterns.cs (26)
2510var compilation = CreateCompilationWithIndexAndRangeAndSpan(source, parseOptions: TestOptions.RegularWithListPatterns, options: TestOptions.ReleaseExe);
2787var comp = CreateCompilationWithIndexAndRangeAndSpan(source);
2807CreateCompilationWithIndexAndRangeAndSpan(@"
3119var comp = CreateCompilationWithIndexAndRangeAndSpan(source, options: TestOptions.ReleaseExe);
3176var comp = CreateCompilationWithIndexAndRangeAndSpan(source, options: TestOptions.ReleaseExe);
3235var comp = CreateCompilationWithIndexAndRangeAndSpan(source, options: TestOptions.ReleaseExe);
7228var comp = CreateCompilationWithIndexAndRangeAndSpan(new[] { src, TestSources.GetSubArray }, parseOptions: TestOptions.RegularWithListPatterns);
7251var comp = CreateCompilationWithIndexAndRangeAndSpan(src, parseOptions: TestOptions.RegularWithListPatterns);
7286var comp = CreateCompilationWithIndexAndRangeAndSpan(new[] { source, TestSources.GetSubArray }, options: TestOptions.DebugExe);
7382var comp = CreateCompilationWithIndexAndRangeAndSpan(src, parseOptions: TestOptions.RegularWithListPatterns);
7412var comp = CreateCompilationWithIndexAndRangeAndSpan(src, parseOptions: TestOptions.RegularWithListPatterns);
8598var comp = CreateCompilationWithIndexAndRangeAndSpan(new[] { source, TestSources.GetSubArray });
8623var comp = CreateCompilationWithIndexAndRangeAndSpan(source);
8648var comp = CreateCompilationWithIndexAndRangeAndSpan(source);
8671var comp = CreateCompilationWithIndexAndRangeAndSpan(source);
8691var comp = CreateCompilationWithIndexAndRangeAndSpan(source);
8711var comp = CreateCompilationWithIndexAndRangeAndSpan(source);
8731var comp = CreateCompilationWithIndexAndRangeAndSpan(source);
8751var comp = CreateCompilationWithIndexAndRangeAndSpan(source);
8771var comp = CreateCompilationWithIndexAndRangeAndSpan(source);
8791var comp = CreateCompilationWithIndexAndRangeAndSpan(source);
8811var comp = CreateCompilationWithIndexAndRangeAndSpan(source);
8841var comp = CreateCompilationWithIndexAndRangeAndSpan(new[] { source, TestSources.GetSubArray });
8884var comp = CreateCompilationWithIndexAndRangeAndSpan(new[] { source, TestSources.GetSubArray });
8940var comp = CreateCompilationWithIndexAndRangeAndSpan(new[] { source, TestSources.GetSubArray });
8961var comp = CreateCompilationWithIndexAndRangeAndSpan(source);
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (2)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (5)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)