1 write to Span
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\Section.cs (1)
28
Span
= span;
5 references to Span
Microsoft.CodeAnalysis.CodeStyle (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\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
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\Section.cs (3)
174
Span
== other.
Span
&&
181
Span
.GetHashCode(),