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