3 instantiations of DebuggerDisplayInfo
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (3)
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\DebuggerDisplayInfo.cs (2)
69
return new
DebuggerDisplayInfo
(
102
return new
DebuggerDisplayInfo
(
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\TypeHelpers.cs (1)
602
displayInfo = new
DebuggerDisplayInfo
(clrType);
4 references to DebuggerDisplayInfo
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (4)
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\DebuggerDisplayInfo.cs (2)
57
public
DebuggerDisplayInfo
WithFavoritesInfo(DkmClrObjectFavoritesInfo favoritesInfo)
78
public
DebuggerDisplayInfo
WithDebuggerDisplayAttribute(DkmClrDebuggerDisplayAttribute attribute, DkmClrType attributeTarget)
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\TypeHelpers.cs (1)
590
internal static bool TryGetDebuggerDisplayInfo(this DkmClrValue value, out
DebuggerDisplayInfo
displayInfo)
src\ExpressionEvaluator\Core\Source\ResultProvider\ResultProvider.cs (1)
792
if (value.TryGetDebuggerDisplayInfo(out
DebuggerDisplayInfo
displayInfo))