4 references to ICollectionCalls
Microsoft.Build (4)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (2)
61
bool ICollection.IsSynchronized =>
ICollectionCalls
.IsSynchronized(ref _builder);
147
=>
ICollectionCalls
.CopyTo(ref _builder, array, index);
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedList`1+Builder.cs (2)
34
bool ICollection.IsSynchronized =>
ICollectionCalls
.IsSynchronized(ref _builder);
248
=>
ICollectionCalls
.CopyTo(ref _builder, array, index);