1 implementation of GetClrObjectCreationExpression
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
src\ExpressionEvaluator\Core\Source\ResultProvider\Formatter.cs (1)
100
string IDkmClrFullNameProvider.
GetClrObjectCreationExpression
(DkmInspectionContext inspectionContext, DkmClrType type, DkmClrCustomTypeInfo customTypeInfo, string[] arguments)
4 references to GetClrObjectCreationExpression
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (4)
src\ExpressionEvaluator\Core\Source\ResultProvider\Expansion\DebuggerTypeProxyExpansion.cs (1)
132
proxyMemberFullNamePrefix = resultProvider.FullNameProvider.
GetClrObjectCreationExpression
(
src\ExpressionEvaluator\Core\Source\ResultProvider\Expansion\DynamicViewExpansion.cs (1)
98
: fullNameProvider.
GetClrObjectCreationExpression
(
src\ExpressionEvaluator\Core\Source\ResultProvider\Expansion\ResultsViewExpansion.cs (2)
234
: fullNameProvider.
GetClrObjectCreationExpression
(
272
var childFullNamePrefix = fullNameProvider.
GetClrObjectCreationExpression
(