1 write to Text
Microsoft.CodeAnalysis.CodeStyle (1)
Section.cs (1)
29
Text
= text;
5 references to Text
Microsoft.CodeAnalysis.CodeStyle (5)
Section.cs (5)
20
private bool IsSplatHeader =>
Text
.Equals("*", StringComparison.Ordinal);
32
if (SectionMatcher.TryParseSection(
Text
, out var matcher))
185
Text
== other.
Text
);
192
Text
.GetHashCode()));