1 write to Type
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\Engine\DkmEvaluationResult.cs (1)
40this.Type = Type;
9 references to Type
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (9)
ResultProviderTestBase.cs (9)
390builder.Append(Quote(result.Type)); 425if (result.Type != null) 428builder.Append(Quote(result.Type)); 452if (result.Type != null) 455builder.Append(Quote(result.Type)); 504Assert.Equal(expectedSuccess.Type, actualSuccess.Type); 533Assert.Equal(expectedFailed.Type, actualFailed.Type);