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