4 references to Empty
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Completion\RazorCompletionItem.cs (1)
110=> new(RazorCompletionItemKind.DirectiveAttributeParameterEventValue, displayText, insertText, sortText: null, descriptionInfo: AggregateBoundAttributeDescription.Empty, commitCharacters, isSnippet: false);
Microsoft.CodeAnalysis.Razor.Workspaces.UnitTests (3)
Completion\RazorCompletionListProviderTest.cs (1)
268descriptionInfo: AggregateBoundAttributeDescription.Empty,
Tooltip\ClassifiedTagHelperTooltipFactoryTest.cs (2)
322var elementDescription = AggregateBoundAttributeDescription.Empty; 549var elementDescription = AggregateBoundAttributeDescription.Empty;