2 references to getIdentity
Microsoft.CodeAnalysis.InteractiveHost (2)
src\Compilers\Shared\NamedPipeUtil.cs (2)
60var serverIdentity = getIdentity(); 63pipeStream.RunAsClient(() => { clientIdentity = getIdentity(); });