2 instantiations of MockHotReloadLogger
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
EditAndContinue\EditAndContinueLanguageServiceTests.cs (2)
67
_ when t == typeof(Microsoft.VisualStudio.Debugger.Contracts.HotReload.IHotReloadLogger) => new
MockHotReloadLogger
(),
111
_ when t == typeof(DebuggerContracts.IHotReloadLogger) => new
MockHotReloadLogger
(),