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