16 references to VerifyWithReferenceWorkerAsync
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (16)
QuickInfo\SemanticQuickInfoSourceTests.cs (16)
197await VerifyWithReferenceWorkerAsync(xmlString, expectedResults);
224await VerifyWithReferenceWorkerAsync(xmlString, expectedResults);
245await VerifyWithReferenceWorkerAsync(xmlString, expectedResults);
5462await VerifyWithReferenceWorkerAsync(markup, new[] { MainDescription($"({FeaturesResources.field}) int C.x"), Usage("") });
5490await VerifyWithReferenceWorkerAsync(markup, new[] { expectedDescription });
5518await VerifyWithReferenceWorkerAsync(markup, new[] { expectedDescription });
5551await VerifyWithReferenceWorkerAsync(markup, new[] { expectedDescription });
5584await VerifyWithReferenceWorkerAsync(markup, new[] { expectedDescription });
5611await VerifyWithReferenceWorkerAsync(markup);
5635await VerifyWithReferenceWorkerAsync(markup, new[] { MainDescription($"({FeaturesResources.local_variable}) int x"), Usage("") });
5663await VerifyWithReferenceWorkerAsync(markup, new[] { MainDescription($"({FeaturesResources.local_variable}) int x"), Usage($"\r\n{string.Format(FeaturesResources._0_1, "Proj1", FeaturesResources.Available)}\r\n{string.Format(FeaturesResources._0_1, "Proj2", FeaturesResources.Not_Available)}\r\n\r\n{FeaturesResources.You_can_use_the_navigation_bar_to_switch_contexts}", expectsWarningGlyph: true) });
5687await VerifyWithReferenceWorkerAsync(markup, new[] { MainDescription($"({FeaturesResources.label}) LABEL"), Usage("") });
5712await VerifyWithReferenceWorkerAsync(markup, new[] { MainDescription($"({FeaturesResources.range_variable}) int y"), Usage("") });
5790await VerifyWithReferenceWorkerAsync(markup, MainDescription(expectedDescription));
5843await VerifyWithReferenceWorkerAsync(markup, MainDescription(expectedDescription));
6541await VerifyWithReferenceWorkerAsync(xmlString, MainDescription($"ref struct TestRef"));