8 references to AsXmlCommentText
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (6)
DocumentationComments\DocumentationCommentCompilerTests.cs (5)
3313
Assert.Equal(string.Format(expectedTemplate, TestHelpers.
AsXmlCommentText
(xmlFilePath)), actual);
4303
Assert.Equal(string.Format(expectedTemplate, TestHelpers.
AsXmlCommentText
(xmlFilePath)), actual);
4352
Assert.Equal(string.Format(expectedTemplate, TestHelpers.
AsXmlCommentText
(xmlFilePath)), actual);
5292
Assert.Equal(string.Format(expectedTemplate, TestHelpers.
AsXmlCommentText
(xmlFile.Path)), actual);
6927
<!-- 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 (2)
DocumentationComments\DocCommentTests.vb (2)
11926
Return TestHelpers.
AsXmlCommentText
(file.ToString())
12405
stringMapper:=Function(o) StringReplace(o, System.IO.Path.Combine(TestHelpers.
AsXmlCommentText
(path), "- - -.xml"), "**FILE**"), ensureEnglishUICulture:=True)