2 references to getIdentity
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Shared\NamedPipeUtil.cs (2)
59
var serverIdentity =
getIdentity
();
62
pipeStream.RunAsClient(() => { clientIdentity =
getIdentity
(); });