12 references to WithAssemblyName
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\VisualBasicCompilation.vb (1)
2703
Return
WithAssemblyName
(assemblyName)
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (6)
Emit\EmitMetadata.vb (6)
964
VerifyEmitWithNoResources(comp.
WithAssemblyName
("EmitWithNoResourcesAllPlatforms_AnyCpu"), Platform.AnyCpu)
965
VerifyEmitWithNoResources(comp.
WithAssemblyName
("EmitWithNoResourcesAllPlatforms_AnyCpu32BitPreferred"), Platform.AnyCpu32BitPreferred)
966
VerifyEmitWithNoResources(comp.
WithAssemblyName
("EmitWithNoResourcesAllPlatforms_Arm"), Platform.Arm) ' broken before fix
967
VerifyEmitWithNoResources(comp.
WithAssemblyName
("EmitWithNoResourcesAllPlatforms_Itanium"), Platform.Itanium) ' broken before fix
968
VerifyEmitWithNoResources(comp.
WithAssemblyName
("EmitWithNoResourcesAllPlatforms_X64"), Platform.X64) ' broken before fix
969
VerifyEmitWithNoResources(comp.
WithAssemblyName
("EmitWithNoResourcesAllPlatforms_X86"), Platform.X86)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (5)
Compilation\CompilationAPITests.vb (5)
2288
Dim c2 = c1.
WithAssemblyName
("c2")
2291
Dim c3 = c1.
WithAssemblyName
("c1")
2294
Dim c4 = c1.
WithAssemblyName
(Nothing)
2297
Dim c5 = c4.
WithAssemblyName
(Nothing)
2452
Dim c2 = c1.
WithAssemblyName
("c2")