1 write to ClrProductVersionString
Microsoft.Diagnostics.NETCore.Client (1)
DiagnosticsIpc\ProcessInfo.cs (1)
136
processInfo.
ClrProductVersionString
= IpcHelpers.ReadString(payload, ref index);
2 references to ClrProductVersionString
Microsoft.Diagnostics.NETCore.Client (2)
DiagnosticsIpc\ProcessInfo.cs (2)
105
if (string.IsNullOrEmpty(
ClrProductVersionString
))
113
ReadOnlySpan<char> versionSpan =
ClrProductVersionString
.AsSpan();