1 write to ExampleText
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Utilities\DocumentationComment.cs (1)
235_comment.ExampleText = TrimEachLine(reader.ReadInnerXml());
6 references to ExampleText
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Utilities\DocumentationComment.cs (1)
233if (XmlNames.ElementEquals(localName, XmlNames.ExampleElementName) && _comment.ExampleText == null)
Microsoft.CodeAnalysis.Workspaces.UnitTests (5)
UtilityTest\DocumentationCommentTests.cs (5)
18Assert.Null(document.ExampleText); 42Assert.Equal("goo.Bar();", comment.ExampleText); 70Assert.Equal(string.Empty, comment.ExampleText); 327Assert.Equal(expected, comment.ExampleText); 380Assert.Equal(expected, comment.ExampleText);