1 write to EndLine
Microsoft.CodeAnalysis (1)
PEWriter\SourceSpan.cs (1)
32EndLine = endLine;
2 references to EndLine
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.DynamicAnalysis.cs (1)
178int deltaLines = span.EndLine - span.StartLine;
PEWriter\SourceSpan.cs (1)
49return $"({StartLine}, {StartColumn}) - ({EndLine}, {EndColumn})";