1 instantiation of FormattedDescriptor
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DocumentationDescriptor.cs (1)
78return new FormattedDescriptor(id, args);
1 reference to FormattedDescriptor
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DocumentationDescriptor.FormattedDescriptor.cs (1)
38if (other is not FormattedDescriptor { Id: var id, Args: var args })