Implemented interface member:
3 references to Dispose
InteractiveHost.UnitTests (1)
AbstractInteractiveHostTests.cs (1)
110Host.Dispose();
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveSession.cs (1)
114Host.Dispose();
Microsoft.CodeAnalysis.InteractiveHost (1)
Interactive\Core\InteractiveHost.cs (1)
66/// WARNING: Joining the threads might deadlock if <see cref="Dispose()"/> is executing on the UI thread,