2 references to Id
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\ActiveStatementTrackingService.cs (2)
277
Contract.ThrowIfFalse(oldSpan.
Id
== newSpan.Id);
334
return documentSpans.SelectAsArray(s => new ActiveStatementSpan(s.
Id
, s.Span.GetSpan(snapshot).ToLinePositionSpan(), s.Flags, s.UnmappedDocumentId));