8 references to Span
Microsoft.CodeAnalysis.Features (8)
EditAndContinue\ActiveStatement.cs (1)
91=> $"{Id}: {Span}";
EditAndContinue\ActiveStatementsMap.cs (3)
219startPositionComparer: (x, y) => x.Span.Start.CompareTo(y)); 224var unmappedLineSpan = ReverseMapLinePositionSpan(unmappedSection, mappedSection.Span, activeStatement.Span); 239AddStatement(activeStatement.Span, activeStatement);
EditAndContinue\DebuggingSession.cs (3)
796activeStatementsInChangedDocuments.MultiAdd(oldDocumentActiveStatements[i].Statement, (analysis.DocumentId, analysis.ActiveStatements[i].Span)); 824span = activeStatement.Span; 909adjustedMappedSpans[i] = new ActiveStatementSpan(activeStatement.Id, activeStatement.Span, activeStatement.Flags, unmappedDocumentId);
EditAndContinue\EditSession.cs (1)
1667activeStatementsInUpdatedMethodsBuilder.Add(new ManagedActiveStatementUpdate(methodId, instructionId.ILOffset, newActiveStatement.Span.ToSourceSpan()));