5 references to Span
Microsoft.CodeAnalysis.Features (5)
EditAndContinue\ActiveStatement.cs (1)
91=> $"{Id}: {Span}";
EditAndContinue\ActiveStatementsMap.cs (3)
225startPositionComparer: (x, y) => x.Span.Start.CompareTo(y)); 230var unmappedLineSpan = ReverseMapLinePositionSpan(unmappedSection, mappedSection.Span, activeStatement.Span); 245AddStatement(activeStatement.Span, activeStatement);
EditAndContinue\EditSession.cs (1)
1210activeStatementsInUpdatedMethodsBuilder.Add(new ManagedActiveStatementUpdate(methodId, instructionId.ILOffset, newActiveStatement.Span.ToSourceSpan()));