8 references to AssemblyName
Microsoft.AspNetCore.Mvc.Razor.Extensions.UnitTests (6)
ViewComponentTagHelperDescriptorFactoryTest.cs (5)
24
var expectedDescriptor = TagHelperDescriptorBuilder.CreateViewComponent("__Generated__StringParameterViewComponentTagHelper", TestCompilation.
AssemblyName
)
59
var expectedDescriptor = TagHelperDescriptorBuilder.CreateViewComponent("__Generated__VariousParameterViewComponentTagHelper", TestCompilation.
AssemblyName
)
104
var expectedDescriptor = TagHelperDescriptorBuilder.CreateViewComponent("__Generated__GenericParameterViewComponentTagHelper", TestCompilation.
AssemblyName
)
141
var expectedDescriptor = TagHelperDescriptorBuilder.CreateViewComponent("__Generated__SyncDerivedViewComponentTagHelper", TestCompilation.
AssemblyName
)
180
var expectedDescriptor = TagHelperDescriptorBuilder.CreateViewComponent("__Generated__AsyncDerivedViewComponentTagHelper", TestCompilation.
AssemblyName
)
ViewComponentTagHelperProducerTest.cs (1)
35
var expectedDescriptor = TagHelperDescriptorBuilder.CreateViewComponent("__Generated__StringParameterViewComponentTagHelper", TestCompilation.
AssemblyName
)
Microsoft.AspNetCore.Razor.Test.Common (2)
TestCompilation.cs (2)
79
var compilation = CSharpCompilation.Create(
AssemblyName
, syntaxTrees, metadataReferences, new CSharpCompilationOptions(OutputKind.DynamicallyLinkedLibrary));
91
AssemblyName
,