25 references to CompileWithCustomILSource
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\NamedAndOptionalTests.cs (1)
937CompileWithCustomILSource(source, ilSource);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (24)
Symbols\EnumTests.cs (1)
40CompileWithCustomILSource(
Symbols\GenericConstraintTests.cs (5)
3760CompileWithCustomILSource(csharpSource, ilSource, compilationVerifier: compilationVerifier); 3794CompileWithCustomILSource(csharpSource, ilSource, compilationVerifier: compilationVerifier); 3828CompileWithCustomILSource(csharpSource, ilSource, compilationVerifier: compilationVerifier); 3862CompileWithCustomILSource(csharpSource, ilSource, compilationVerifier: compilationVerifier); 4317CompileWithCustomILSource(csharpSource, ilSource, compilationVerifier: compilationVerifier, targetFramework: TargetFramework.Mscorlib40);
Symbols\InterfaceImplementationTests.cs (2)
1456CompileWithCustomILSource(csharp, il); 1805CompileWithCustomILSource(csharpSource, ilSource);
Symbols\Metadata\MetadataMemberTests.cs (1)
424CompileWithCustomILSource(cSharpSource, ilSource, expectedOutput: "10");
Symbols\Metadata\PE\LoadingIndexers.cs (3)
461CompileWithCustomILSource("", ilSource, compilation => 524CompileWithCustomILSource("", ilSource, compilation => 595CompileWithCustomILSource("", ilSource, compilation =>
Symbols\Source\PropertyTests.cs (12)
965CompileWithCustomILSource(cSharpSource, ilSource); 988CompileWithCustomILSource(cSharpSource, null); 1013CompileWithCustomILSource(cSharpSource, null); 1075CompileWithCustomILSource(cSharpSource, ilSource); 1199CompileWithCustomILSource(cSharpSource, ilSource); 1220CompileWithCustomILSource(cSharpSource, ilSource); 1239CompileWithCustomILSource(cSharpSource, ilSource); 1262CompileWithCustomILSource(cSharpSource, ilSource); 1281CompileWithCustomILSource(cSharpSource, ilSource); 1300CompileWithCustomILSource(cSharpSource, ilSource); 1320CompileWithCustomILSource(cSharpSource, ilSource); 1339CompileWithCustomILSource(cSharpSource, ilSource);