4 references to Empty
Microsoft.CodeAnalysis.Features (1)
Shared\Extensions\ISymbolExtensions_2.cs (1)
250
return method.AssociatedSymbol?.GetDocumentationComment(compilation, expandIncludes: true, expandInheritdoc: true, cancellationToken: cancellationToken) ?? DocumentationComment.
Empty
;
Microsoft.CodeAnalysis.Workspaces (3)
Shared\Extensions\ISymbolExtensions.cs (3)
243
return DocumentationComment.
Empty
;
264
return RoslynString.IsNullOrEmpty(xmlText) ? DocumentationComment.
Empty
: DocumentationComment.FromXmlFragment(xmlText);
393
if (inheritedDocumentation == DocumentationComment.
Empty
)