6 references to Parse
Microsoft.AspNetCore.OpenApi.SourceGenerators (2)
XmlComments\XmlComment.cs (1)
36var doc = XDocument.Parse(xml, LoadOptions.PreserveWhitespace | LoadOptions.SetLineInfo);
XmlComments\XmlComment.InheritDoc.cs (1)
197var document = XDocument.Parse(inheritedDocumentation, LoadOptions.PreserveWhitespace);
Microsoft.CodeAnalysis.CSharp (1)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
98doc = XDocument.Parse(unprocessed, LoadOptions.PreserveWhitespace);
Microsoft.CodeAnalysis.VisualBasic (1)
Compilation\DocumentationComments\DocumentationCommentCompiler.Includes.vb (1)
177doc = XDocument.Parse(unprocessed, LoadOptions.PreserveWhitespace)
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\ISymbolExtensions.cs (1)
392var document = XDocument.Parse(inheritedDocumentation.FullXmlFragment, LoadOptions.PreserveWhitespace);
System.Private.Xml.Linq (1)
System\Xml\Linq\XDocument.cs (1)
523return Parse(text, LoadOptions.None);