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