2 references to FormatAsyncResult
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider.UnitTests (1)
DebuggerDisplayAttributeTests.cs (1)
651
var result =
FormatAsyncResult
("says", "says", CreateDkmClrValue(jeanLuc), declaredType: new BadType(picard));
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
ResultProviderTestBase.cs (1)
187
var asyncResult =
FormatAsyncResult
(name, fullName, value, declaredType, declaredTypeInfo, inspectionContext);