13 references to Value
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\RulesetToEditorconfigConverter.cs (1)
190currentXmlComment.Append(comment.Value);
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\RulesetToEditorconfigConverter.cs (1)
190currentXmlComment.Append(comment.Value);
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\RulesetToEditorconfigConverter.cs (1)
190currentXmlComment.Append(comment.Value);
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\RulesetToEditorconfigConverter.cs (1)
190currentXmlComment.Append(comment.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()))
Microsoft.NET.Sdk.Publish.Tasks (1)
WebConfigTransform.cs (1)
255XComment? projectGuidComment = comments.FirstOrDefault(comment => string.Equals(comment.Value, projectGuidValue, StringComparison.OrdinalIgnoreCase));
NuGet.PackageManagement (2)
Utility\XElementExtensions.cs (2)
201((XComment)node).Value.Equals(comment.Value, StringComparison.Ordinal));
NuGet.Packaging (2)
PackageCreation\Extensions\XElementExtensions.cs (2)
123((XComment)node).Value.Equals(comment.Value, StringComparison.Ordinal));
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\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;