7 references to Empty
Microsoft.Build (7)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedList.cs (6)
17=> ImmutableSegmentedList<T>.Empty; 21=> ImmutableSegmentedList<T>.Empty.Add(item); 25=> ImmutableSegmentedList<T>.Empty.AddRange(items); 29=> ImmutableSegmentedList<T>.Empty.ToBuilder(); 33=> ImmutableSegmentedList<T>.Empty.AddRange(items); 41return ImmutableSegmentedList<T>.Empty.AddRange(source);
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedList`1.cs (1)
202=> Empty;