17 references to Value
Metrics (1)
src\RoslynAnalyzers\Utilities\Compiler\RulesetToEditorconfigConverter.cs (1)
190currentXmlComment.Append(comment.Value);
Metrics.Legacy (1)
src\RoslynAnalyzers\Utilities\Compiler\RulesetToEditorconfigConverter.cs (1)
190currentXmlComment.Append(comment.Value);
Microsoft.CodeAnalysis.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\RulesetToEditorconfigConverter.cs (1)
190currentXmlComment.Append(comment.Value);
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\RoslynAnalyzers\Utilities\Compiler\RulesetToEditorconfigConverter.cs (1)
190currentXmlComment.Append(comment.Value);
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\RulesetToEditorconfigConverter.cs (1)
190currentXmlComment.Append(comment.Value);
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\RulesetToEditorconfigConverter.cs (1)
190currentXmlComment.Append(comment.Value);
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\RoslynAnalyzers\Utilities\Compiler\RulesetToEditorconfigConverter.cs (1)
190currentXmlComment.Append(comment.Value);
Microsoft.CodeAnalysis.Test.Utilities (1)
TestHelpers.cs (1)
82/// <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)
198foreach (string? line in comment.Value.Split(new[] { '\n' }, System.StringSplitOptions.RemoveEmptyEntries).Select(s => s.Trim()))
Roslyn.Diagnostics.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\RulesetToEditorconfigConverter.cs (1)
190currentXmlComment.Append(comment.Value);
RulesetToEditorconfigConverter (1)
src\RoslynAnalyzers\Utilities\Compiler\RulesetToEditorconfigConverter.cs (1)
190currentXmlComment.Append(comment.Value);
System.Private.Xml.Linq (2)
System\Xml\Linq\XNodeReader.cs (1)
375return ((XComment)o).Value;
System\Xml\XPath\XNodeNavigator.cs (1)
285return ((XComment)_source).Value;
Test.Utilities (1)
src\RoslynAnalyzers\Utilities\Compiler\RulesetToEditorconfigConverter.cs (1)
190currentXmlComment.Append(comment.Value);
Text.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\RulesetToEditorconfigConverter.cs (1)
190currentXmlComment.Append(comment.Value);