7 references to AsXmlCommentText
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (6)
DocumentationComments\DocumentationCommentCompilerTests.cs (5)
5058
Assert.Equal(string.Format(expectedTemplate, TestHelpers.
AsXmlCommentText
(xmlFilePath)), actual);
6048
Assert.Equal(string.Format(expectedTemplate, TestHelpers.
AsXmlCommentText
(xmlFilePath)), actual);
6097
Assert.Equal(string.Format(expectedTemplate, TestHelpers.
AsXmlCommentText
(xmlFilePath)), actual);
7037
Assert.Equal(string.Format(expectedTemplate, TestHelpers.
AsXmlCommentText
(xmlFile.Path)), actual);
8672
<!-- 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())