7 references to SmallData2
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (7)
PersistentStorage\AbstractPersistentStorageTests.cs (7)
56private static readonly string MediumData2 = string.Join(",", Enumerable.Repeat(SmallData2, MediumSize / SmallData2.Length)); 59private static readonly string LargeData2 = string.Join(",", Enumerable.Repeat(SmallData2, LargeSize / SmallData2.Length)); 62private static readonly string ExtraLargeData2 = string.Join(",", Enumerable.Repeat(SmallData2, ExtraLargeSize / SmallData2.Length)); 100=> size == Size.Small ? SmallData2 :