7 references to AsXmlCommentText
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (6)
DocumentationComments\DocumentationCommentCompilerTests.cs (5)
4003
Assert.Equal(string.Format(expectedTemplate, TestHelpers.
AsXmlCommentText
(xmlFilePath)), actual);
4993
Assert.Equal(string.Format(expectedTemplate, TestHelpers.
AsXmlCommentText
(xmlFilePath)), actual);
5042
Assert.Equal(string.Format(expectedTemplate, TestHelpers.
AsXmlCommentText
(xmlFilePath)), actual);
5982
Assert.Equal(string.Format(expectedTemplate, TestHelpers.
AsXmlCommentText
(xmlFile.Path)), actual);
7617
<!-- Badly formed XML file ""{Path.Combine(TestHelpers.
AsXmlCommentText
(path), "- - -.xml")}"" cannot be included -->
DocumentationComments\DocumentationModeTests.cs (1)
391
var expectedText = string.Format(expectedTextTemplate, TestHelpers.
AsXmlCommentText
(xmlFilePath));
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (1)
DocumentationComments\DocCommentTests.vb (1)
11926
Return TestHelpers.
AsXmlCommentText
(file.ToString())