1 write to HadXmlParseError
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Utilities\DocumentationComment.cs (1)
140return new DocumentationComment(xml) { HadXmlParseError = true };
2 references to HadXmlParseError
Microsoft.CodeAnalysis.Workspaces.UnitTests (2)
UtilityTest\DocumentationCommentTests.cs (2)
107Assert.True(comment.HadXmlParseError); 279Assert.True(comments.HadXmlParseError);