54 references to IlasmUtilities
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)
1990using (var tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource, prependDefaultHeader))
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Utilities\SymbolEquivalenceComparerTests.cs (1)
1825using (var tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource))
Microsoft.CodeAnalysis.Test.Utilities (1)
CommonTestBase.cs (1)
220IlasmUtilities.IlasmTempAssembly(ilSource, appendDefaultHeader, includePdb, autoInherit, out var assemblyPath, out var pdbPath);
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Semantics\FieldInitializerBindingTests.vb (1)
1397Using 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)
349Using proj2ILFile = IlasmUtilities.CreateTempAssembly(proj2ILText, prependDefaultHeader:=False) 400Using proj1ILFile = IlasmUtilities.CreateTempAssembly(proj1ILText, prependDefaultHeader:=False) 480Using proj2ILFile = IlasmUtilities.CreateTempAssembly(proj2ILText, prependDefaultHeader:=False) 524Using proj1ILFile = IlasmUtilities.CreateTempAssembly(proj1ILText, prependDefaultHeader:=False) 621Using reference = IlasmUtilities.CreateTempAssembly(customIL.Value, prependDefaultHeader:=False) 707Using 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)
3864Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 3948Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 4043Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 4101Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 4170Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 4239Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 4324Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 4389Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource)
SymbolsTests\Source\OverridesTests.vb (15)
2745Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 3073Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 3175Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 3438Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 3552Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 3662Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 3771Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 3883Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 3993Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 4101Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 4772Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 4994Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 5155Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 5423Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource) 5960Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource)
SymbolsTests\Source\TypeTests.vb (6)
3154Using reference = IlasmUtilities.CreateTempAssembly(ilSource.Value, prependDefaultHeader:=False) 3220Using reference = IlasmUtilities.CreateTempAssembly(ilSource.Value, prependDefaultHeader:=False) 3326Using reference = IlasmUtilities.CreateTempAssembly(modSource.Replace("<<ModuleName>>", "module1_FT1").Replace("<<TypesForWardedToAssembly>>", "ForwardedTypes1"), 3333Using reference = IlasmUtilities.CreateTempAssembly(modSource.Replace("<<ModuleName>>", "module2_FT1").Replace("<<TypesForWardedToAssembly>>", "ForwardedTypes1"), 3340Using reference = IlasmUtilities.CreateTempAssembly(modSource.Replace("<<ModuleName>>", "module3_FT2").Replace("<<TypesForWardedToAssembly>>", "ForwardedTypes2"), 3372Using reference = IlasmUtilities.CreateTempAssembly(module4_FT1_source, prependDefaultHeader:=False)
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (2)
BasicTestBase.vb (1)
391Using tempAssembly = IlasmUtilities.CreateTempAssembly(ilSource)
CompilationTestUtils.vb (1)
403Using reference = IlasmUtilities.CreateTempAssembly(ilSource, appendDefaultHeader)
RunTests (1)
Options.cs (1)
144var architecture = Microsoft.CodeAnalysis.Test.Utilities.IlasmUtilities.Architecture;