2 references to ToContract
Microsoft.CodeAnalysis.EditorFeatures (1)
EditAndContinue\ManagedHotReloadServiceProxy.cs (1)
28
return result.SelectAsArray(info => info.
ToContract
());
Microsoft.CodeAnalysis.ExternalAccess.Debugger (1)
GlassTestsHotReloadService.cs (1)
22
=> (await service.GetActiveStatementsAsync(cancellation).ConfigureAwait(false)).SelectAsArray(a => a.
ToContract
());