48 references to CompileWithCustomILSource
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (19)
CodeGen\CodeGenTests.vb (19)
1150CompileWithCustomILSource(vbSource, ClassesWithReadWriteProperties.Value, TestOptions.ReleaseDll). 1476CompileWithCustomILSource(vbSource, AttributesWithReadWriteProperties.Value, 1610CompileWithCustomILSource(vbSource, ilSource.Value, TestOptions.ReleaseDll). 1691CompileWithCustomILSource(vbSource, ilSource.Value, TestOptions.ReleaseDll). 1764CompileWithCustomILSource(vbSource, ilSource.Value, TestOptions.ReleaseDll). 8994CompileWithCustomILSource(vbSource, ilSource.Value, TestOptions.ReleaseDll). 9073CompileWithCustomILSource(vbSource, ilSource.Value, TestOptions.ReleaseDll). 9149CompileWithCustomILSource(vbSource, ilSource.Value, TestOptions.ReleaseDll). 9216CompileWithCustomILSource(vbSource, ilSource.Value, TestOptions.ReleaseDll). 9289CompileWithCustomILSource(vbSource, ilSource.Value, TestOptions.ReleaseDll). 9354CompileWithCustomILSource(vbSource, ilSource.Value, TestOptions.ReleaseDll). 9425CompileWithCustomILSource(vbSource, ilSource.Value, TestOptions.ReleaseDll). 9494CompileWithCustomILSource(vbSource, ilSource.Value, TestOptions.ReleaseDll). 9563CompileWithCustomILSource(vbSource, ilSource.Value, TestOptions.ReleaseDll). 9631CompileWithCustomILSource(vbSource, ilSource.Value, TestOptions.ReleaseDebugDll). 9709CompileWithCustomILSource(vbSource, ilSource.Value, TestOptions.ReleaseDll). 9772CompileWithCustomILSource(vbSource, ilSource.Value, TestOptions.ReleaseDll). 9978CompileWithCustomILSource(vbSource, ilSource.Value, TestOptions.ReleaseDll). 11397CompileWithCustomILSource(vbSource, optParameterSource)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Semantics\MyBaseMyClassTests.vb (1)
3918CompileWithCustomILSource(source, ilSource.Value, TestOptions.ReleaseExe, expectedOutput:="B2::F-B1::F").
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (27)
SymbolsTests\Metadata\PE\LoadingNamespacesAndTypes.vb (3)
284CompileWithCustomILSource(<compilation name="TestStructParameterlessConstructor_Explicit"/>, ilSource.Value, TestOptions.ReleaseDll, 304CompileWithCustomILSource(<compilation name="TestStructParameterlessConstructor_Explicit"/>, ilSource.Value, TestOptions.ReleaseDll, 330CompileWithCustomILSource(<compilation name="TestStructParameterlessConstructor_Explicit"/>, ilSource.Value, TestOptions.ReleaseDll,
SymbolsTests\Source\OverridesTests.vb (13)
2874Dim compilation = CompileWithCustomILSource(vbSource, ilSource, options:=TestOptions.ReleaseExe, expectedOutput:="Base::M1_1" & Environment.NewLine & "Derived.M1" & Environment.NewLine & "Base::M1_3") 2987Dim compilation = CompileWithCustomILSource(vbSource, ilSource, options:=TestOptions.ReleaseExe, expectedOutput:="Base::M1_1" & Environment.NewLine & "Derived.M1" & Environment.NewLine & "Base::M1_3") 3320Dim compilation = CompileWithCustomILSource(vbSource, ilSource, options:=TestOptions.ReleaseExe, expectedOutput:="Base::M1_1" & Environment.NewLine & "Derived.M1" & Environment.NewLine & "Base::M1_3") 4234Dim compilation = CompileWithCustomILSource(vbSource, ilSource, options:=TestOptions.ReleaseExe, 4426Dim compilation = CompileWithCustomILSource(vbSource, ilSource, options:=TestOptions.ReleaseExe, expectedOutput:= 4615Dim compilation = CompileWithCustomILSource(vbSource, ilSource, options:=TestOptions.ReleaseExe, expectedOutput:= 4837Dim verifier = CompileWithCustomILSource(vbSource, ilSource, options:=TestOptions.ReleaseExe, expectedOutput:= 5695Dim compilation = CompileWithCustomILSource(vbSource, ilSource, options:=TestOptions.ReleaseExe, expectedOutput:= 6095Dim compilation = CompileWithCustomILSource(vbSource, ilSource, options:=TestOptions.ReleaseExe, expectedOutput:="") 6218Dim compilation = CompileWithCustomILSource(vbSource, ilSource, options:=TestOptions.ReleaseExe, expectedOutput:="") 6341Dim compilation = CompileWithCustomILSource(vbSource, ilSource, options:=TestOptions.ReleaseExe, expectedOutput:="") 6522Dim compilation = CompileWithCustomILSource(vbSource, ilSource, options:=TestOptions.ReleaseExe, expectedOutput:= 6711Dim compilation = CompileWithCustomILSource(vbSource, ilSource, options:=TestOptions.ReleaseExe, expectedOutput:=
SymbolsTests\Source\PropertyTests.vb (11)
396CompileWithCustomILSource(vbSource, ilSource) 4847CompileWithCustomILSource(vbSource, ilSource) 4974CompileWithCustomILSource(vbSource, ilSource) 4992CompileWithCustomILSource(vbSource, ilSource) 5013CompileWithCustomILSource(vbSource, ilSource) 5031CompileWithCustomILSource(vbSource, ilSource) 5049CompileWithCustomILSource(vbSource, ilSource) 5068CompileWithCustomILSource(vbSource, ilSource) 5086CompileWithCustomILSource(vbSource, ilSource) 5104CompileWithCustomILSource(vbSource, ilSource) 5210CompileWithCustomILSource(vbSource, ilSource)
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (1)
BasicTestBase.vb (1)
353Return CompileWithCustomILSource(source, ilSource.Value)