4 references to Parse
Microsoft.CodeAnalysis.Features (2)
DocumentationComments\AbstractDocumentationCommentFormattingService.cs (2)
282var summaryElement = XElement.Parse(inputString, LoadOptions.PreserveWhitespace); 303var summaryElement = XElement.Parse(inputString, LoadOptions.PreserveWhitespace);
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\ISymbolExtensions.cs (1)
243var element = XElement.Parse(xmlText, LoadOptions.PreserveWhitespace);
System.Private.Xml.Linq (1)
System\Xml\Linq\XElement.cs (1)
876return Parse(text, LoadOptions.None);