1 write to FullXmlFragment
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Utilities\DocumentationComment.cs (1)
83FullXmlFragment = fullXmlFragment;
2 references to FullXmlFragment
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Extensions\ISymbolExtensions.cs (1)
392var document = XDocument.Parse(inheritedDocumentation.FullXmlFragment, LoadOptions.PreserveWhitespace);
Shared\Utilities\DocumentationComment.cs (1)
103if (result == null || result.FullXmlFragment != xml)