4 instantiations of ActiveStatementSpanProviderCallback
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\Remote\RemoteDebuggingSessionProxy.cs (3)
128callbackTarget: new ActiveStatementSpanProviderCallback(activeStatementSpanProvider), 221callbackTarget: new ActiveStatementSpanProviderCallback(activeStatementSpanProvider), 276callbackTarget: new ActiveStatementSpanProviderCallback(activeStatementSpanProvider),
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (1)
197callbackTarget: new ActiveStatementSpanProviderCallback(activeStatementSpanProvider),
1 reference to ActiveStatementSpanProviderCallback
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\Remote\RemoteEditAndContinueServiceProxy.cs (1)
38=> ((ActiveStatementSpanProviderCallback)GetCallback(callbackId)).GetSpansAsync(documentId, filePath, cancellationToken);