1 write to Type
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\Engine\DkmEvaluationResult.cs (1)
39this.Type = Type;
9 references to Type
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (9)
ResultProviderTestBase.cs (9)
389builder.Append(Quote(result.Type)); 424if (result.Type != null) 427builder.Append(Quote(result.Type)); 451if (result.Type != null) 454builder.Append(Quote(result.Type)); 503Assert.Equal(expectedSuccess.Type, actualSuccess.Type); 532Assert.Equal(expectedFailed.Type, actualFailed.Type);