3 references to Empty
Microsoft.CodeAnalysis.Workspaces (3)
Shared\Extensions\ISymbolExtensions.cs (3)
237
return DocumentationComment.
Empty
;
258
return RoslynString.IsNullOrEmpty(xmlText) ? DocumentationComment.
Empty
: DocumentationComment.FromXmlFragment(xmlText);
387
if (inheritedDocumentation == DocumentationComment.
Empty
)