1 write to _target
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeInfo_1.cs (1)
20_target = target;
5 references to _target
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\RuntimeInfo_1.cs (5)
42=> _runtimeProductVersion ??= _target.ReadGlobalString(Constants.Globals.RuntimeProductVersionString); 51if (_target.TryReadGlobalString(Constants.Globals.Architecture, out string? arch)) 64if (_target.TryReadGlobalString(Constants.Globals.OperatingSystem, out string? os)) 77if (_target.TryReadGlobalString(Constants.Globals.RuntimeFlavor, out string? flavor)) 90_target.TryReadGlobal(Constants.Globals.RecommendedReaderVersion, out uint? runtimeVersion);