2 references to WithFileSpan
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
1406
return oldStatement.Statement.
WithFileSpan
(mappedLineSpan);
EditAndContinue\ActiveStatement.cs (1)
52
=>
WithFileSpan
(FileSpan.WithSpan(span));