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)
268
descriptionInfo: AggregateBoundAttributeDescription.
Empty
,
Tooltip\ClassifiedTagHelperTooltipFactoryTest.cs (2)
322
var elementDescription = AggregateBoundAttributeDescription.
Empty
;
549
var elementDescription = AggregateBoundAttributeDescription.
Empty
;