コード例 #1
0
 public override IVariableInformation GetCachedView() =>
 new NatvisSyntheticVariableInformation(_stringFormatter, _natvisCollectionFactory,
                                        _natvisScope, _syntheticItemType,
                                        VarInfo.GetCachedView(), _displayValue);
コード例 #2
0
 public override IVariableInformation GetCachedView() =>
 new NatvisVariableInformation(_natvisExpander, VarInfo.GetCachedView());
コード例 #3
0
 public override IVariableInformation GetCachedView() =>
 new RawChildVariableInformation(VarInfo.GetCachedView());
コード例 #4
0
ファイル: Variables.cs プロジェクト: googlestadia/vsi-lldb
 public override IVariableInformation GetCachedView() =>
 new NamedVariableInformation(VarInfo.GetCachedView(), displayName);