4 references to new
Microsoft.CodeAnalysis.Razor.Compiler (4)
Mvc.Version1_X\ViewComponentTagHelperDescriptorFactory.cs (1)
65
descriptorBuilder.SetMetadata(new
ViewComponentMetadata
(shortName, TypeNameObject.From(type)));
Mvc.Version2_X\ViewComponentTagHelperDescriptorFactory.cs (1)
65
descriptorBuilder.SetMetadata(new
ViewComponentMetadata
(shortName, TypeNameObject.From(type)));
Mvc\ViewComponentMetadata.cs (1)
37
=>
new
(Name.AssumeNotNull(), OriginalTypeNameObject);
Mvc\ViewComponentTagHelperDescriptorFactory.cs (1)
65
descriptorBuilder.SetMetadata(new
ViewComponentMetadata
(shortName, TypeNameObject.From(type)));