52 references to CreateTempAssembly
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
EditAndContinue\StatementEditingTests.cs (1)
3722using (var tempAssembly = IlasmUtilities.CreateTempAssembly(delegateSource))
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\SymbolErrorTests.cs (2)
7129using (var reference = IlasmUtilities.CreateTempAssembly(ilSource, prependDefaultHeader: false)) 7198using (var reference = IlasmUtilities.CreateTempAssembly(ilSource, prependDefaultHeader: false))
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
CSharpTestBase.cs (1)
1522using (var tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource, prependDefaultHeader))
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Utilities\SymbolEquivalenceComparerTests.cs (1)
1826using (var tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource))
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Semantics\FieldInitializerBindingTests.vb (1)
1396Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource.Value)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (44)
SymbolsTests\ExtensionMethods\ExtensionMethodTests.vb (6)
209Using reference = IlasmUtilities.CreateTempAssembly(customIL.Value, prependDefaultHeader:=False) 419Using reference = IlasmUtilities.CreateTempAssembly(customIL.Value, prependDefaultHeader:=False) 614Using reference = IlasmUtilities.CreateTempAssembly(customIL.Value, prependDefaultHeader:=False) 808Using reference = IlasmUtilities.CreateTempAssembly(customIL.Value, prependDefaultHeader:=False) 1004Using reference = IlasmUtilities.CreateTempAssembly(customIL.Value, prependDefaultHeader:=False) 2232Using reference = IlasmUtilities.CreateTempAssembly(customIL.Value, prependDefaultHeader:=False)
SymbolsTests\InaccessibleOverriding.vb (6)
350Using proj2ILFile = IlasmUtilities.CreateTempAssembly(proj2ILText, prependDefaultHeader:=False) 401Using proj1ILFile = IlasmUtilities.CreateTempAssembly(proj1ILText, prependDefaultHeader:=False) 481Using proj2ILFile = IlasmUtilities.CreateTempAssembly(proj2ILText, prependDefaultHeader:=False) 525Using proj1ILFile = IlasmUtilities.CreateTempAssembly(proj1ILText, prependDefaultHeader:=False) 622Using reference = IlasmUtilities.CreateTempAssembly(customIL.Value, prependDefaultHeader:=False) 708Using reference = IlasmUtilities.CreateTempAssembly(customIL.Value, prependDefaultHeader:=False)
SymbolsTests\Metadata\PE\TypeForwarders.vb (3)
1104Using reference = IlasmUtilities.CreateTempAssembly(ilSource1.Value, prependDefaultHeader:=False) 1166Using reference = IlasmUtilities.CreateTempAssembly(ilSource2.Value, prependDefaultHeader:=False) 1285Using reference = IlasmUtilities.CreateTempAssembly(ilSource.Value, prependDefaultHeader:=False)
SymbolsTests\Source\ImplementsTests.vb (8)
3871Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 3955Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 4050Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 4108Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 4177Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 4246Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 4331Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 4396Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource)
SymbolsTests\Source\OverridesTests.vb (15)
2751Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 3079Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 3181Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 3444Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 3558Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 3668Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 3777Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 3889Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 3999Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 4107Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 4778Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 5000Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 5161Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 5429Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 5966Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource)
SymbolsTests\Source\TypeTests.vb (6)
2922Using reference = IlasmUtilities.CreateTempAssembly(ilSource.Value, prependDefaultHeader:=False) 2988Using reference = IlasmUtilities.CreateTempAssembly(ilSource.Value, prependDefaultHeader:=False) 3094Using reference = IlasmUtilities.CreateTempAssembly(modSource.Replace("<<ModuleName>>", "module1_FT1").Replace("<<TypesForWardedToAssembly>>", "ForwardedTypes1"), 3101Using reference = IlasmUtilities.CreateTempAssembly(modSource.Replace("<<ModuleName>>", "module2_FT1").Replace("<<TypesForWardedToAssembly>>", "ForwardedTypes1"), 3108Using reference = IlasmUtilities.CreateTempAssembly(modSource.Replace("<<ModuleName>>", "module3_FT2").Replace("<<TypesForWardedToAssembly>>", "ForwardedTypes2"), 3140Using reference = IlasmUtilities.CreateTempAssembly(module4_FT1_source, prependDefaultHeader:=False)
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (2)
BasicTestBase.vb (1)
379Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource)
CompilationTestUtils.vb (1)
404Using reference = IlasmUtilities.CreateTempAssembly(ilSource, appendDefaultHeader)