1 write to Span
Microsoft.CodeAnalysis.CodeStyle (1)
Section.cs (1)
28Span = span;
5 references to Span
Microsoft.CodeAnalysis.CodeStyle (5)
EditorConfigFile.cs (2)
47.ThenByDescending(x => x.section.Span.Start) 85.ThenByDescending(x => x.section.Span.Start) // in event of a further tie, pick entry at the bottom of the file
Section.cs (3)
184Span == other.Span && 191Span.GetHashCode(),