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