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)
964CompileWithCustomILSource(cSharpSource, ilSource); 987CompileWithCustomILSource(cSharpSource, null); 1012CompileWithCustomILSource(cSharpSource, null); 1074CompileWithCustomILSource(cSharpSource, ilSource); 1198CompileWithCustomILSource(cSharpSource, ilSource); 1219CompileWithCustomILSource(cSharpSource, ilSource); 1238CompileWithCustomILSource(cSharpSource, ilSource); 1261CompileWithCustomILSource(cSharpSource, ilSource); 1280CompileWithCustomILSource(cSharpSource, ilSource); 1299CompileWithCustomILSource(cSharpSource, ilSource); 1319CompileWithCustomILSource(cSharpSource, ilSource); 1338CompileWithCustomILSource(cSharpSource, ilSource);