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