12 references to Awaited_task_returns_0
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (6)
QuickInfo\SemanticQuickInfoSourceTests.cs (6)
1630await TestAsync(markup, MainDescription(string.Format(FeaturesResources.Awaited_task_returns_0, "struct System.Int32"))); 1645await TestAsync(markup, MainDescription(string.Format(FeaturesResources.Awaited_task_returns_0, "struct System.Int32"))); 1693await TestAsync(markup, MainDescription(string.Format(FeaturesResources.Awaited_task_returns_0, $"({CSharpFeaturesResources.awaitable}) class System.Threading.Tasks.Task<TResult>")), 1728await TestAsync(markup, MainDescription(string.Format(FeaturesResources.Awaited_task_returns_0, "struct System.Int32"))); 5744await TestAsync(markup, MainDescription(string.Format(FeaturesResources.Awaited_task_returns_0, "int[]"))); 5760await TestAsync(markup, MainDescription(string.Format(FeaturesResources.Awaited_task_returns_0, "dynamic")));
Microsoft.CodeAnalysis.Features (3)
QuickInfo\QuickInfoUtilities.cs (3)
59var symbolIndex = FeaturesResources.Awaited_task_returns_0.IndexOf(defaultSymbol); 62builder.AddText(FeaturesResources.Awaited_task_returns_0[..symbolIndex]); 64builder.AddText(FeaturesResources.Awaited_task_returns_0[(symbolIndex + defaultSymbol.Length)..]);
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (3)
QuickInfo\SemanticQuickInfoSourceTests.vb (3)
1822Dim description = <File><%= String.Format(FeaturesResources.Awaited_task_returns_0, "Structure System.Int32") %></File>.ConvertTestSourceTag() 1879Dim description = <File><%= String.Format(FeaturesResources.Awaited_task_returns_0, $"<{VBFeaturesResources.Awaitable}> Class System.Threading.Tasks.Task(Of TResult)") %></File>.ConvertTestSourceTag() 1914Dim description = <File><%= String.Format(FeaturesResources.Awaited_task_returns_0, "Structure System.Int32") %></File>.ConvertTestSourceTag()