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