2 references to _stackTracesOfAttemptsToGetTheRemoteHost
Roslyn.VisualStudio.Next.UnitTests (2)
EditorFactoryTests.cs (2)
74
public IEnumerable<StackTrace> StackTracesOfAttemptsToGetTheRemoteHost =>
_stackTracesOfAttemptsToGetTheRemoteHost
;
79
_stackTracesOfAttemptsToGetTheRemoteHost
.Add(new StackTrace());