3 instantiations of ActiveStatementSpanProviderCallback
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\Remote\RemoteDebuggingSessionProxy.cs (2)
74callbackTarget: new ActiveStatementSpanProviderCallback(activeStatementSpanProvider), 192callbackTarget: new ActiveStatementSpanProviderCallback(activeStatementSpanProvider),
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (1)
172callbackTarget: new ActiveStatementSpanProviderCallback(activeStatementSpanProvider),
1 reference to ActiveStatementSpanProviderCallback
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (1)
33=> ((ActiveStatementSpanProviderCallback)GetCallback(callbackId)).GetSpansAsync(documentId, filePath, cancellationToken);