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