4 references to ToSourceSpan
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\EditSession.cs (2)
1667
activeStatementsInUpdatedMethodsBuilder.Add(new ManagedActiveStatementUpdate(methodId, instructionId.ILOffset, newActiveStatement.Span.
ToSourceSpan
()));
1798
r.Region.NewSpan.Span.
ToSourceSpan
()));
EditAndContinue\EmitSolutionUpdateResults.cs (1)
75
fileSpan.Span.
ToSourceSpan
()));
EditAndContinue\Utilities\Extensions.cs (1)
173
fileSpan.Span.
ToSourceSpan
());