1 override of TryReadGlobalString
Microsoft.Diagnostics.DataContractReader (1)
ContractDescriptorTarget.cs (1)
896
public override bool
TryReadGlobalString
(string name, [NotNullWhen(true)] out string? value)
4 references to TryReadGlobalString
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\RuntimeInfo_1.cs (3)
51
if (_target.
TryReadGlobalString
(Constants.Globals.Architecture, out string? arch))
64
if (_target.
TryReadGlobalString
(Constants.Globals.OperatingSystem, out string? os))
77
if (_target.
TryReadGlobalString
(Constants.Globals.RuntimeFlavor, out string? flavor))
Contracts\StackWalk\FrameHandling\FrameHelpers.cs (1)
398
if (_target.
TryReadGlobalString
(Constants.Globals.Architecture, out string? arch)