6 references to Value
Microsoft.CodeAnalysis.Test.Utilities (1)
TestHelpers.cs (1)
77
/// <see cref="System.Xml.Linq.XComment.
Value
"/> is serialized with "--" replaced by "- -"
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Parser\ParseErrorTests.vb (2)
4449
-->.
Value
4468
-->.
Value
Microsoft.DotNet.XliffTasks (1)
Model\XamlRuleDocument.cs (1)
198
foreach (string? line in comment.
Value
.Split(new[] { '\n' }, System.StringSplitOptions.RemoveEmptyEntries).Select(s => s.Trim()))
System.Private.Xml.Linq (2)
System\Xml\Linq\XNodeReader.cs (1)
375
return ((XComment)o).
Value
;
System\Xml\XPath\XNodeNavigator.cs (1)
285
return ((XComment)_source).
Value
;