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