3 references to VerifyCollectionInService
Roslyn.VisualStudio.Next.UnitTests (3)
Remote\SerializationValidator.cs (3)
296
await
VerifyCollectionInService
(projectObject.ProjectReferences, expectedProjectReferenceCount, WellKnownSynchronizationKind.ProjectReference).ConfigureAwait(false);
297
await
VerifyCollectionInService
(projectObject.MetadataReferences, expectedMetadataReferenceCount, WellKnownSynchronizationKind.MetadataReference).ConfigureAwait(false);
298
await
VerifyCollectionInService
(projectObject.AnalyzerReferences, expectedAnalyzerReferenceCount, WellKnownSynchronizationKind.AnalyzerReference).ConfigureAwait(false);