1 write to FullXmlFragment
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Utilities\DocumentationComment.cs (1)
83
FullXmlFragment
= fullXmlFragment;
3 references to FullXmlFragment
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Extensions\ISymbolExtensions.cs (1)
391
var document = XDocument.Parse(inheritedDocumentation.
FullXmlFragment
, LoadOptions.PreserveWhitespace);
Shared\Utilities\DocumentationComment.cs (1)
103
if (result == null || result.
FullXmlFragment
!= xml)
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
UtilityTest\DocumentationCommentTests.cs (1)
278
Assert.Equal(fragment, comments.
FullXmlFragment
);