1 override of TryReadGlobalString
Microsoft.Diagnostics.DataContractReader (1)
ContractDescriptorTarget.cs (1)
859public override bool TryReadGlobalString(string name, [NotNullWhen(true)] out string? value)
3 references to TryReadGlobalString
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\RuntimeInfo_1.cs (3)
46if (_target.TryReadGlobalString(Constants.Globals.Architecture, out string? arch)) 59if (_target.TryReadGlobalString(Constants.Globals.OperatingSystem, out string? os)) 72if (_target.TryReadGlobalString(Constants.Globals.RuntimeFlavor, out string? flavor))