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