1 write to Id
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\DebuggingSession.cs (1)
121
Id
= id;
4 references to Id
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\DebuggingSession.cs (2)
204
EditAndContinueService.Log.Write($"Debugging session ended: #{
Id
}");
525
var updateId = new UpdateId(
Id
, Interlocked.Increment(ref _updateOrdinal));
EditAndContinue\EditAndContinueService.cs (1)
203
Log.Write("Session #{0} ended.", debuggingSession.
Id
.Ordinal);
EditAndContinue\EditSession.cs (1)
1149
var sessionId = DebuggingSession.
Id
;