620 implementations of IsSynchronized
Analyzer.Utilities.UnitTests (1)
Extensions\IEnumerableExensionsTests.cs (1)
95public bool IsSynchronized => throw new NotImplementedException();
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.CodeDom\Compiler\TempFiles.cs (1)
175bool ICollection.IsSynchronized
FrameworkFork\Microsoft.CodeDom\System\CodeNamespaceImportCollection.cs (1)
168bool ICollection.IsSynchronized
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttributeCollection.cs (1)
271bool ICollection.IsSynchronized
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCollection.cs (1)
301bool ICollection.IsSynchronized
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectTable.cs (2)
207public bool IsSynchronized 262public bool IsSynchronized
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedCollection.cs (1)
224bool ICollection.IsSynchronized
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedReadOnlyCollection.cs (1)
168bool ICollection.IsSynchronized
Shared\Options\ListValue.cs (1)
73bool ICollection.IsSynchronized { get { return this.IsSynchronized; } }
GenerateDocumentationAndConfigFiles (16)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
118bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
61bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
82readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
91bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
96bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
34bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
109public bool IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1041bool ICollection.IsSynchronized => false; 1426bool ICollection.IsSynchronized => false; 1634bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
191bool ICollection.IsSynchronized => false;
Metrics (16)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
118bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
61bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
82readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
91bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
96bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
34bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
109public bool IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1041bool ICollection.IsSynchronized => false; 1426bool ICollection.IsSynchronized => false; 1634bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
191bool ICollection.IsSynchronized => false;
Metrics.Legacy (16)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
118bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
61bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
82readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
91bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
96bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
34bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
109public bool IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1041bool ICollection.IsSynchronized => false; 1426bool ICollection.IsSynchronized => false; 1634bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
191bool ICollection.IsSynchronized => false;
Microsoft.Build.Framework (14)
ImmutableSegmentedDictionary`2.cs (1)
116bool ICollection.IsSynchronized => true;
ImmutableSegmentedDictionary`2+Builder.cs (1)
82bool ICollection.IsSynchronized => false;
ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
30bool ICollection.IsSynchronized => false;
ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
30bool ICollection.IsSynchronized => false;
ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
26bool ICollection.IsSynchronized => true;
ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
26bool ICollection.IsSynchronized => true;
ImmutableSegmentedList`1.cs (1)
94bool ICollection.IsSynchronized => true;
ImmutableSegmentedList`1+Builder.cs (1)
32bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
ImmutableSegmentedList`1+ValueBuilder.cs (1)
43bool ICollection.IsSynchronized => false;
SegmentedArray`1.cs (1)
110public bool IsSynchronized => false;
SegmentedDictionary`2.cs (3)
1005bool ICollection.IsSynchronized => false; 1382bool ICollection.IsSynchronized => false; 1582bool ICollection.IsSynchronized => false;
SegmentedList`1.cs (1)
162bool ICollection.IsSynchronized => false;
Microsoft.CodeAnalysis (16)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
118bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
61bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
82readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
91bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
96bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
34bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
109public bool IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1041bool ICollection.IsSynchronized => false; 1426bool ICollection.IsSynchronized => false; 1634bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
191bool ICollection.IsSynchronized => false;
Microsoft.CodeAnalysis.Analyzers (16)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
118bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
61bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
82readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
91bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
96bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
34bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
109public bool IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1041bool ICollection.IsSynchronized => false; 1426bool ICollection.IsSynchronized => false; 1634bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
191bool ICollection.IsSynchronized => false;
Microsoft.CodeAnalysis.AnalyzerUtilities (16)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
118bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
61bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
82readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
91bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
96bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
34bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
109public bool IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1041bool ICollection.IsSynchronized => false; 1426bool ICollection.IsSynchronized => false; 1634bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
191bool ICollection.IsSynchronized => false;
Microsoft.CodeAnalysis.BannedApiAnalyzers (16)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
118bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
61bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
82readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
91bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
96bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
34bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
109public bool IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1041bool ICollection.IsSynchronized => false; 1426bool ICollection.IsSynchronized => false; 1634bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
191bool ICollection.IsSynchronized => false;
Microsoft.CodeAnalysis.CodeStyle (16)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
118bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
61bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
82readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
91bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
96bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
34bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
109public bool IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1041bool ICollection.IsSynchronized => false; 1426bool ICollection.IsSynchronized => false; 1634bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
191bool ICollection.IsSynchronized => false;
Microsoft.CodeAnalysis.Collections.Package (16)
Segmented\ImmutableSegmentedDictionary`2.cs (1)
118bool ICollection.IsSynchronized => true;
Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
61bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
32bool ICollection.IsSynchronized => false;
Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
32bool ICollection.IsSynchronized => false;
Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
28bool ICollection.IsSynchronized => true;
Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
82readonly bool ICollection.IsSynchronized => false;
Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
28bool ICollection.IsSynchronized => true;
Segmented\ImmutableSegmentedHashSet`1.cs (1)
91bool ICollection.IsSynchronized => true;
Segmented\ImmutableSegmentedList`1.cs (1)
96bool ICollection.IsSynchronized => true;
Segmented\ImmutableSegmentedList`1+Builder.cs (1)
34bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly bool ICollection.IsSynchronized => false;
Segmented\SegmentedArray`1.cs (1)
109public bool IsSynchronized => false;
Segmented\SegmentedDictionary`2.cs (3)
1041bool ICollection.IsSynchronized => false; 1426bool ICollection.IsSynchronized => false; 1634bool ICollection.IsSynchronized => false;
Segmented\SegmentedList`1.cs (1)
191bool ICollection.IsSynchronized => false;
Microsoft.CodeAnalysis.Extensions.Package (16)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
118bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
61bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
82readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
91bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
96bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
34bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
109public bool IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1041bool ICollection.IsSynchronized => false; 1426bool ICollection.IsSynchronized => false; 1634bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
191bool ICollection.IsSynchronized => false;
Microsoft.CodeAnalysis.InteractiveHost (16)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
118bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
61bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
82readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
91bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
96bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
34bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
109public bool IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1041bool ICollection.IsSynchronized => false; 1426bool ICollection.IsSynchronized => false; 1634bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
191bool ICollection.IsSynchronized => false;
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (16)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
118bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
61bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
82readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
91bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
96bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
34bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
109public bool IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1041bool ICollection.IsSynchronized => false; 1426bool ICollection.IsSynchronized => false; 1634bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
191bool ICollection.IsSynchronized => false;
Microsoft.CodeAnalysis.PublicApiAnalyzers (16)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
118bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
61bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
82readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
91bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
96bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
34bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
109public bool IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1041bool ICollection.IsSynchronized => false; 1426bool ICollection.IsSynchronized => false; 1634bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
191bool ICollection.IsSynchronized => false;
Microsoft.CodeAnalysis.ResxSourceGenerator (16)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
118bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
61bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
82readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
91bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
96bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
34bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
109public bool IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1041bool ICollection.IsSynchronized => false; 1426bool ICollection.IsSynchronized => false; 1634bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
191bool ICollection.IsSynchronized => false;
Microsoft.CodeAnalysis.Scripting.TestUtilities (1)
ObjectFormatterFixtures\Custom.cs (1)
429public bool IsSynchronized
Microsoft.CodeAnalysis.Threading.Package (16)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
118bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
61bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
82readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
91bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
96bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
34bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
109public bool IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1041bool ICollection.IsSynchronized => false; 1426bool ICollection.IsSynchronized => false; 1634bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
191bool ICollection.IsSynchronized => false;
Microsoft.CodeAnalysis.Workspaces (16)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
118bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
61bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
82readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
91bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
96bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
34bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
109public bool IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1041bool ICollection.IsSynchronized => false; 1426bool ICollection.IsSynchronized => false; 1634bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
191bool ICollection.IsSynchronized => false;
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (16)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
118bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
61bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
82readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
91bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
96bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
34bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
109public bool IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1041bool ICollection.IsSynchronized => false; 1426bool ICollection.IsSynchronized => false; 1634bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
191bool ICollection.IsSynchronized => false;
Microsoft.Maui.Controls (4)
ListProxy.cs (1)
428 bool ICollection.IsSynchronized
ObservableWrapper.cs (1)
306 public bool IsSynchronized => ((IList)_list).IsSynchronized;
ReadOnlyListAdapter.cs (1)
36 public bool IsSynchronized
TemplatedItemsList.cs (1)
226 bool ICollection.IsSynchronized
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\Collection.vb (1)
615Private ReadOnly Property ICollectionIsSynchronized() As Boolean Implements ICollection.IsSynchronized
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsDictionary.cs (1)
542public bool IsSynchronized
PresentationCore (54)
System\Windows\FreezableCollection.cs (1)
500bool ICollection.IsSynchronized
System\Windows\Generated\TextDecorationCollection.cs (1)
412bool ICollection.IsSynchronized
System\Windows\Input\Command\CommandBindingCollection.cs (1)
244public bool IsSynchronized
System\Windows\Input\Command\InputBindingCollection.cs (1)
214public bool IsSynchronized
System\Windows\Input\Command\InputGestureCollection.cs (1)
184public bool IsSynchronized
System\Windows\Input\Stylus\Common\TabletDeviceCollection.cs (1)
94public bool IsSynchronized
System\Windows\Media\Animation\Generated\BooleanKeyFrameCollection.cs (1)
220public bool IsSynchronized
System\Windows\Media\Animation\Generated\ByteKeyFrameCollection.cs (1)
220public bool IsSynchronized
System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (1)
220public bool IsSynchronized
System\Windows\Media\Animation\Generated\ColorKeyFrameCollection.cs (1)
220public bool IsSynchronized
System\Windows\Media\Animation\Generated\DecimalKeyFrameCollection.cs (1)
220public bool IsSynchronized
System\Windows\Media\Animation\Generated\DoubleKeyFrameCollection.cs (1)
220public bool IsSynchronized
System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (1)
220public bool IsSynchronized
System\Windows\Media\Animation\Generated\Int32KeyFrameCollection.cs (1)
220public bool IsSynchronized
System\Windows\Media\Animation\Generated\Int64KeyFrameCollection.cs (1)
220public bool IsSynchronized
System\Windows\Media\Animation\Generated\MatrixKeyFrameCollection.cs (1)
220public bool IsSynchronized
System\Windows\Media\Animation\Generated\ObjectKeyFrameCollection.cs (1)
220public bool IsSynchronized
System\Windows\Media\Animation\Generated\Point3DKeyFrameCollection.cs (1)
220public bool IsSynchronized
System\Windows\Media\Animation\Generated\PointKeyFrameCollection.cs (1)
220public bool IsSynchronized
System\Windows\Media\Animation\Generated\QuaternionKeyFrameCollection.cs (1)
220public bool IsSynchronized
System\Windows\Media\Animation\Generated\RectKeyFrameCollection.cs (1)
220public bool IsSynchronized
System\Windows\Media\Animation\Generated\Rotation3DKeyFrameCollection.cs (1)
220public bool IsSynchronized
System\Windows\Media\Animation\Generated\SingleKeyFrameCollection.cs (1)
220public bool IsSynchronized
System\Windows\Media\Animation\Generated\SizeKeyFrameCollection.cs (1)
220public bool IsSynchronized
System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (1)
220public bool IsSynchronized
System\Windows\Media\Animation\Generated\TimelineCollection.cs (1)
411bool ICollection.IsSynchronized
System\Windows\Media\Animation\Generated\Vector3DKeyFrameCollection.cs (1)
220public bool IsSynchronized
System\Windows\Media\Animation\Generated\VectorKeyFrameCollection.cs (1)
220public bool IsSynchronized
System\Windows\Media\CharacterMetricsDictionary.cs (1)
161bool SC.ICollection.IsSynchronized
System\Windows\Media\CultureSpecificStringDictionary.cs (2)
130bool SC.ICollection.IsSynchronized 450public bool IsSynchronized
System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (1)
414bool ICollection.IsSynchronized
System\Windows\Media\FamilyMapCollection.cs (1)
107bool SC.ICollection.IsSynchronized
System\Windows\Media\FamilyTypefaceCollection.cs (1)
94bool SC.ICollection.IsSynchronized
System\Windows\Media\Generated\DoubleCollection.cs (1)
386bool ICollection.IsSynchronized
System\Windows\Media\Generated\DrawingCollection.cs (1)
433bool ICollection.IsSynchronized
System\Windows\Media\Generated\GeneralTransformCollection.cs (1)
421bool ICollection.IsSynchronized
System\Windows\Media\Generated\GeometryCollection.cs (1)
433bool ICollection.IsSynchronized
System\Windows\Media\Generated\GradientStopCollection.cs (1)
421bool ICollection.IsSynchronized
System\Windows\Media\Generated\Int32Collection.cs (1)
386bool ICollection.IsSynchronized
System\Windows\Media\Generated\PathFigureCollection.cs (1)
422bool ICollection.IsSynchronized
System\Windows\Media\Generated\PathSegmentCollection.cs (1)
421bool ICollection.IsSynchronized
System\Windows\Media\Generated\PointCollection.cs (1)
386bool ICollection.IsSynchronized
System\Windows\Media\Generated\TextEffectCollection.cs (1)
421bool ICollection.IsSynchronized
System\Windows\Media\Generated\TransformCollection.cs (1)
433bool ICollection.IsSynchronized
System\Windows\Media\Generated\VectorCollection.cs (1)
386bool ICollection.IsSynchronized
System\Windows\Media\VisualCollection.cs (1)
132public bool IsSynchronized
System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (1)
419bool ICollection.IsSynchronized
System\Windows\Media3D\Generated\MaterialCollection.cs (1)
431bool ICollection.IsSynchronized
System\Windows\Media3D\Generated\Model3DCollection.cs (1)
431bool ICollection.IsSynchronized
System\Windows\Media3D\Generated\Point3DCollection.cs (1)
384bool ICollection.IsSynchronized
System\Windows\Media3D\Generated\Transform3DCollection.cs (1)
431bool ICollection.IsSynchronized
System\Windows\Media3D\Generated\Vector3DCollection.cs (1)
384bool ICollection.IsSynchronized
System\Windows\Media3D\Visual3DCollection.cs (1)
269bool ICollection.IsSynchronized
PresentationFramework (22)
MS\Internal\Controls\InnerItemCollectionView.cs (1)
330bool ICollection.IsSynchronized
MS\Internal\Data\LiveShapingList.cs (1)
625public bool IsSynchronized
MS\Internal\Documents\ContentElementCollection.cs (1)
562public bool IsSynchronized
System\Windows\Controls\ColumnDefinition.cs (1)
402public bool IsSynchronized // bool IColleciton.IsSynchronized {get;};
System\Windows\Controls\CustomDictionarySources.cs (1)
281bool ICollection.IsSynchronized
System\Windows\Controls\ItemCollection.cs (1)
726bool ICollection.IsSynchronized
System\Windows\Controls\MultipleCopiesCollection.cs (1)
308public bool IsSynchronized
System\Windows\Controls\RowDefinition.cs (1)
397public bool IsSynchronized // bool IColleciton.IsSynchronized {get;};
System\Windows\Controls\UIElementCollection.cs (1)
57public virtual bool IsSynchronized
System\Windows\Data\CompositeCollection.cs (1)
327bool ICollection.IsSynchronized
System\Windows\Documents\TableCellCollection.cs (1)
375public bool IsSynchronized
System\Windows\Documents\TableColumnCollection.cs (1)
383public bool IsSynchronized
System\Windows\Documents\TableRowCollection.cs (1)
375public bool IsSynchronized
System\Windows\Documents\TableRowGroupCollection.cs (1)
374public bool IsSynchronized
System\Windows\Documents\TextElementCollection.cs (1)
631bool ICollection.IsSynchronized
System\Windows\Markup\Localizer\BamlLocalizationDictionary.cs (1)
374bool ICollection.IsSynchronized
System\Windows\Markup\XmlnsDictionary.cs (1)
542public bool IsSynchronized
System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (1)
220public bool IsSynchronized
System\Windows\ResourceDictionary.cs (2)
909bool ICollection.IsSynchronized 2272bool ICollection.IsSynchronized
System\Windows\TriggerActionCollection.cs (1)
248bool ICollection.IsSynchronized
System\Windows\WindowCollection.cs (1)
118public bool IsSynchronized
Roslyn.Diagnostics.Analyzers (16)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
118bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
61bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
82readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
91bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
96bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
34bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
109public bool IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1041bool ICollection.IsSynchronized => false; 1426bool ICollection.IsSynchronized => false; 1634bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
191bool ICollection.IsSynchronized => false;
System.CodeDom (2)
src\libraries\Common\src\System\IO\TempFileCollection.cs (1)
110bool ICollection.IsSynchronized => false;
System\CodeDom\CodeNamespaceImportCollection.cs (1)
78bool ICollection.IsSynchronized => false;
System.Collections (13)
System\Collections\Generic\LinkedList.cs (1)
440bool ICollection.IsSynchronized
System\Collections\Generic\OrderedDictionary.cs (3)
284bool ICollection.IsSynchronized => false; 1493bool ICollection.IsSynchronized => false; 1688bool ICollection.IsSynchronized => false;
System\Collections\Generic\PriorityQueue.cs (1)
952bool ICollection.IsSynchronized => false;
System\Collections\Generic\SortedDictionary.cs (3)
392bool ICollection.IsSynchronized 617bool ICollection.IsSynchronized 778bool ICollection.IsSynchronized
System\Collections\Generic\SortedList.cs (3)
380bool ICollection.IsSynchronized 1021bool ICollection.IsSynchronized 1135bool ICollection.IsSynchronized
System\Collections\Generic\SortedSet.cs (1)
279bool ICollection.IsSynchronized => false;
System\Collections\Generic\Stack.cs (1)
66bool ICollection.IsSynchronized => false;
System.Collections.Concurrent (4)
System\Collections\Concurrent\BlockingCollection.cs (1)
115bool ICollection.IsSynchronized
System\Collections\Concurrent\ConcurrentBag.cs (1)
588bool ICollection.IsSynchronized => false;
System\Collections\Concurrent\ConcurrentDictionary.cs (1)
1921bool ICollection.IsSynchronized => false;
System\Collections\Concurrent\ConcurrentStack.cs (1)
166bool ICollection.IsSynchronized
System.Collections.Immutable (13)
System\Collections\Frozen\FrozenDictionary.cs (1)
469bool ICollection.IsSynchronized => false;
System\Collections\Frozen\FrozenSet.cs (1)
299bool ICollection.IsSynchronized => false;
System\Collections\Immutable\ImmutableArray_1.cs (1)
1307bool ICollection.IsSynchronized
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (1)
272bool ICollection.IsSynchronized
System\Collections\Immutable\ImmutableDictionary_2.cs (1)
787bool ICollection.IsSynchronized
System\Collections\Immutable\ImmutableHashSet_1.cs (1)
140bool ICollection.IsSynchronized
System\Collections\Immutable\ImmutableList_1.Builder.cs (1)
1152bool ICollection.IsSynchronized
System\Collections\Immutable\ImmutableList_1.cs (1)
161bool ICollection.IsSynchronized => true;
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (1)
283bool ICollection.IsSynchronized
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
677bool ICollection.IsSynchronized
System\Collections\Immutable\ImmutableSortedSet_1.Builder.cs (1)
498bool ICollection.IsSynchronized
System\Collections\Immutable\ImmutableSortedSet_1.cs (1)
814bool ICollection.IsSynchronized
System\Collections\Immutable\KeysOrValuesCollectionAccessor.cs (1)
148bool ICollection.IsSynchronized
System.Collections.NonGeneric (8)
System\Collections\CollectionBase.cs (1)
100bool ICollection.IsSynchronized
System\Collections\DictionaryBase.cs (1)
44bool ICollection.IsSynchronized
System\Collections\Queue.cs (1)
97public virtual bool IsSynchronized
System\Collections\ReadOnlyCollectionBase.cs (1)
28bool ICollection.IsSynchronized
System\Collections\SortedList.cs (3)
273public virtual bool IsSynchronized 912public bool IsSynchronized 1016public bool IsSynchronized
System\Collections\Stack.cs (1)
70public virtual bool IsSynchronized
System.Collections.Specialized (8)
System\Collections\Specialized\HybridDictionary.cs (1)
195public bool IsSynchronized
System\Collections\Specialized\ListDictionary.cs (2)
133public bool IsSynchronized 388bool ICollection.IsSynchronized
System\Collections\Specialized\NameObjectCollectionBase.cs (2)
393bool ICollection.IsSynchronized 621bool ICollection.IsSynchronized
System\Collections\Specialized\OrderedDictionary.cs (2)
118bool ICollection.IsSynchronized 571bool ICollection.IsSynchronized => false;
System\Collections\Specialized\StringCollection.cs (1)
150public bool IsSynchronized
System.ComponentModel.TypeConverter (7)
System\ComponentModel\AttributeCollection.cs (1)
331bool ICollection.IsSynchronized => false;
System\ComponentModel\Design\DesignerCollection.cs (1)
59bool ICollection.IsSynchronized => false;
System\ComponentModel\Design\DesignerOptionService.cs (1)
327bool ICollection.IsSynchronized => false;
System\ComponentModel\EventDescriptorCollection.cs (1)
368bool ICollection.IsSynchronized => false;
System\ComponentModel\ListSortDescriptionCollection.cs (1)
64bool ICollection.IsSynchronized => true;
System\ComponentModel\PropertyDescriptorCollection.cs (1)
402bool ICollection.IsSynchronized => false;
System\ComponentModel\TypeConverter.cs (1)
496bool ICollection.IsSynchronized => false;
System.Configuration.ConfigurationManager (7)
src\libraries\Common\src\System\IO\TempFileCollection.cs (1)
110bool ICollection.IsSynchronized => false;
System\Configuration\ConfigurationElementCollection.cs (1)
121public bool IsSynchronized => false;
System\Configuration\ConfigurationLockCollection.cs (1)
106public bool IsSynchronized => false;
System\Configuration\ConfigurationPropertyCollection.cs (1)
30public bool IsSynchronized => false;
System\Configuration\Provider\ProviderCollection.cs (1)
27public bool IsSynchronized => false;
System\Configuration\SettingsPropertyCollection.cs (1)
110public bool IsSynchronized { get { return false; } }
System\Configuration\SettingsPropertyValueCollection.cs (1)
111public bool IsSynchronized { get { return false; } }
System.Data.Common (8)
System\Data\BaseCollection.cs (1)
31public bool IsSynchronized => false; // so the user will know that it has to lock this object
System\Data\Common\DataColumnMappingCollection.cs (1)
21bool ICollection.IsSynchronized
System\Data\Common\DataTableMappingCollection.cs (1)
22bool ICollection.IsSynchronized => false;
System\Data\Common\DbConnectionStringBuilder.cs (1)
213bool ICollection.IsSynchronized
System\Data\Common\DbParameterCollection.cs (1)
31public virtual bool IsSynchronized => false;
System\Data\DataView.cs (1)
298bool ICollection.IsSynchronized => false;
System\Data\DataViewManager.cs (1)
152bool ICollection.IsSynchronized => false;
System\Data\DataViewSettingCollection.cs (1)
149public bool IsSynchronized => false; // so the user will know that it has to lock this object
System.Data.Odbc (1)
System\Data\Odbc\OdbcErrorCollection.cs (1)
23bool System.Collections.ICollection.IsSynchronized
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
251bool System.Collections.ICollection.IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); } }
System.Diagnostics.EventLog (1)
artifacts\obj\System.Diagnostics.EventLog\Debug\net10.0\System.Diagnostics.EventLog.notsupported.cs (1)
128bool System.Collections.ICollection.IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_EventLog); } }
System.Diagnostics.TraceSource (1)
System\Diagnostics\TraceListeners.cs (1)
306bool ICollection.IsSynchronized
System.DirectoryServices (3)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (3)
371bool System.Collections.ICollection.IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 442bool System.Collections.ICollection.IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } } 479bool System.Collections.ICollection.IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
System.DirectoryServices.AccountManagement (2)
artifacts\obj\System.DirectoryServices.AccountManagement\Debug\net10.0\System.DirectoryServices.AccountManagement.notsupported.cs (2)
234bool System.Collections.ICollection.IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } } 363bool System.Collections.ICollection.IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
System.Drawing.Common (4)
Special\NotSupported.cs (4)
3053bool System.Collections.ICollection.IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } } 3069bool System.Collections.ICollection.IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } } 3085bool System.Collections.ICollection.IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } } 3101bool System.Collections.ICollection.IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } }
System.Linq.Expressions (1)
System\Runtime\CompilerServices\ReadOnlyCollectionBuilder.cs (1)
361bool ICollection.IsSynchronized => false;
System.Management (4)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (4)
336public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 559public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 628public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 679public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } }
System.Net.Primitives (1)
artifacts\obj\System.Net.Primitives\Debug\net10.0\System.Net.Primitives.notsupported.cs (1)
54public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetPrimitives); } }
System.ObjectModel (2)
System\Collections\Specialized\NotifyCollectionChangedEventArgs.cs (2)
292public bool IsSynchronized => _list.IsSynchronized; 343public bool IsSynchronized => false;
System.Private.CoreLib (25)
src\libraries\System.Private.CoreLib\src\System\Array.cs (1)
1026public bool IsSynchronized => false;
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (4)
112public virtual bool IsSynchronized => false; 1492public bool IsSynchronized => true; 1603public bool IsSynchronized => _list.IsSynchronized; 1862public bool IsSynchronized => _list.IsSynchronized;
src\libraries\System.Private.CoreLib\src\System\Collections\BitArray.cs (1)
926public bool IsSynchronized => false;
src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentQueue.cs (1)
160bool ICollection.IsSynchronized => false; // always false, as true implies synchronization via SyncRoot
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (3)
1631bool ICollection.IsSynchronized => false; 2006bool ICollection.IsSynchronized => false; 2200bool ICollection.IsSynchronized => false;
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (1)
137bool ICollection.IsSynchronized => false;
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Queue.cs (1)
63bool ICollection.IsSynchronized => false;
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (3)
782public virtual bool IsSynchronized => false; 1206public bool IsSynchronized => _hashtable.IsSynchronized; 1241public bool IsSynchronized => _hashtable.IsSynchronized;
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (2)
91public bool IsSynchronized => false; 332bool ICollection.IsSynchronized => false;
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\Collection.cs (1)
166bool ICollection.IsSynchronized => false;
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyCollection.cs (1)
97bool ICollection.IsSynchronized => false;
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyDictionary.cs (3)
210bool ICollection.IsSynchronized => false; 296bool ICollection.IsSynchronized => false; 348bool ICollection.IsSynchronized => false;
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlySet.cs (1)
75bool ICollection.IsSynchronized => false;
src\libraries\System.Private.CoreLib\src\System\Security\PermissionSet.cs (1)
19public virtual bool IsSynchronized => false;
src\System\Collections\EmptyReadOnlyDictionaryInternal.cs (1)
55public bool IsSynchronized => false;
System.Private.Xml (6)
System\Xml\Dom\XmlAttributeCollection.cs (1)
277bool ICollection.IsSynchronized
System\Xml\Schema\XmlSchemaCollection.cs (1)
255bool ICollection.IsSynchronized
System\Xml\Schema\XmlSchemaObjectTable.cs (2)
181public bool IsSynchronized 234public bool IsSynchronized
System\Xml\Xsl\ListBase.cs (1)
115bool System.Collections.ICollection.IsSynchronized
System\Xml\Xsl\Runtime\XmlQuerySequence.cs (1)
142bool System.Collections.ICollection.IsSynchronized
System.Security.AccessControl (2)
artifacts\obj\System.Security.AccessControl\Debug\net10.0\System.Security.AccessControl.notsupported.cs (2)
287public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } } 548public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_AccessControl); } }
System.Security.Cryptography (4)
artifacts\obj\System.Security.Cryptography\Debug\net10.0\System.Security.Cryptography.notsupported.cs (4)
199public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 2155public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 3938public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } } 4051public bool IsSynchronized { get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
System.Security.Cryptography.Pkcs (4)
src\libraries\Common\src\System\Security\Cryptography\CryptographicAttributeObjectCollection.cs (1)
107public bool IsSynchronized
System\Security\Cryptography\Pkcs\CmsRecipientCollection.cs (1)
112public bool IsSynchronized
System\Security\Cryptography\Pkcs\RecipientInfoCollection.cs (1)
83public bool IsSynchronized
System\Security\Cryptography\Pkcs\SignerInfoCollection.cs (1)
76public bool IsSynchronized => false;
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\CanonicalXmlNodeList.cs (1)
104public bool IsSynchronized
System\Security\Cryptography\Xml\EncryptionPropertyCollection.cs (1)
163public bool IsSynchronized
System\Security\Cryptography\Xml\ReferenceList.cs (1)
129public bool IsSynchronized
System\Security\Cryptography\Xml\SignedInfo.cs (1)
54public bool IsSynchronized
System.Security.Permissions (2)
System\Security\Permissions\KeyContainerPermissionAccessEntryCollection.cs (1)
23public bool IsSynchronized { get; }
System\Security\Policy\ApplicationTrustCollection.cs (1)
12public bool IsSynchronized { get { return false; } }
System.ServiceModel.Primitives (1)
netstandard.cs (1)
39bool ICollection.IsSynchronized { get { return default; } }
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\CaptureCollection.cs (1)
76public bool IsSynchronized => false;
System\Text\RegularExpressions\GroupCollection.cs (1)
90public bool IsSynchronized => false;
System\Text\RegularExpressions\MatchCollection.cs (1)
115public bool IsSynchronized => false;
System.Windows.Forms (42)
System\Windows\Forms\AutoCompleteStringCollection.cs (1)
155public bool IsSynchronized => ((IList)_data).IsSynchronized;
System\Windows\Forms\BaseCollection.cs (1)
34public bool IsSynchronized => false;
System\Windows\Forms\Controls\ComboBox\ComboBox.ObjectCollection.cs (1)
71bool ICollection.IsSynchronized
System\Windows\Forms\Controls\DataGridView\DataGridViewCellCollection.cs (1)
48bool ICollection.IsSynchronized => ((ICollection)_items).IsSynchronized;
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnCollection.cs (1)
55bool ICollection.IsSynchronized => false;
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.ObjectCollection.cs (1)
41bool ICollection.IsSynchronized => ((ICollection)InnerArray).IsSynchronized;
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (1)
72bool ICollection.IsSynchronized => false;
System\Windows\Forms\Controls\DataGridView\DataGridViewSelectedCellCollection.cs (1)
61bool ICollection.IsSynchronized => false;
System\Windows\Forms\Controls\DataGridView\DataGridViewSelectedColumnCollection.cs (1)
57bool ICollection.IsSynchronized => false;
System\Windows\Forms\Controls\DataGridView\DataGridViewSelectedRowCollection.cs (1)
46bool ICollection.IsSynchronized => false;
System\Windows\Forms\Controls\ImageList\ImageList.ImageCollection.cs (1)
112bool ICollection.IsSynchronized => false;
System\Windows\Forms\Controls\Labels\LinkLabel.LinkCollection.cs (1)
93bool ICollection.IsSynchronized => false;
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedIndexCollection.cs (1)
39bool ICollection.IsSynchronized
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedItemCollection.cs (1)
72bool ICollection.IsSynchronized
System\Windows\Forms\Controls\ListBoxes\ListBox.IntegerCollection.cs (1)
42bool ICollection.IsSynchronized
System\Windows\Forms\Controls\ListBoxes\ListBox.ObjectCollection.cs (1)
70bool ICollection.IsSynchronized => false;
System\Windows\Forms\Controls\ListBoxes\ListBox.SelectedIndexCollection.cs (1)
40bool ICollection.IsSynchronized
System\Windows\Forms\Controls\ListBoxes\ListBox.SelectedObjectCollection.cs (1)
81bool ICollection.IsSynchronized
System\Windows\Forms\Controls\ListView\ListView.CheckedIndexCollection.cs (1)
119bool ICollection.IsSynchronized
System\Windows\Forms\Controls\ListView\ListView.CheckedListViewItemCollection.cs (1)
135bool ICollection.IsSynchronized
System\Windows\Forms\Controls\ListView\ListView.ColumnHeaderCollection.cs (1)
85bool ICollection.IsSynchronized
System\Windows\Forms\Controls\ListView\ListView.ListViewItemCollection.cs (1)
49bool ICollection.IsSynchronized => true;
System\Windows\Forms\Controls\ListView\ListView.SelectedIndexCollection.cs (1)
144bool ICollection.IsSynchronized
System\Windows\Forms\Controls\ListView\ListView.SelectedListViewItemCollection.cs (1)
221bool ICollection.IsSynchronized
System\Windows\Forms\Controls\ListView\ListViewGroupCollection.cs (1)
28bool ICollection.IsSynchronized => true;
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewSubItemCollection.cs (1)
34bool ICollection.IsSynchronized => true;
System\Windows\Forms\Controls\PropertyGrid\GridItemCollection.cs (1)
29bool ICollection.IsSynchronized => false;
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.PropertyTabCollection.cs (1)
39bool ICollection.IsSynchronized => false;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\MergePropertyDescriptor.MultiMergeCollection.cs (1)
24bool ICollection.IsSynchronized => false;
System\Windows\Forms\Controls\TabControl\TabControl.TabPageCollection.cs (1)
75bool ICollection.IsSynchronized => false;
System\Windows\Forms\Controls\TreeView\TreeNodeCollection.cs (1)
118bool ICollection.IsSynchronized => false;
System\Windows\Forms\Controls\Unsupported\ContextMenu\Menu.MenuItemCollection.cs (1)
42bool ICollection.IsSynchronized => throw null;
System\Windows\Forms\Controls\Unsupported\DataGrid\GridColumnStylesCollection.cs (1)
56bool ICollection.IsSynchronized => throw null;
System\Windows\Forms\Controls\Unsupported\DataGrid\GridTableStylesCollection.cs (1)
54bool ICollection.IsSynchronized => throw null;
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBar.StatusBarPanelCollection.cs (1)
48bool ICollection.IsSynchronized => throw null;
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBar.ToolBarButtonCollection.cs (1)
46bool ICollection.IsSynchronized => throw null;
System\Windows\Forms\Controls\WebBrowser\HtmlElementCollection.cs (1)
156bool ICollection.IsSynchronized => false;
System\Windows\Forms\Controls\WebBrowser\HtmlWindowCollection.cs (1)
93bool ICollection.IsSynchronized => false;
System\Windows\Forms\DataBinding\BindingContext.cs (1)
66bool ICollection.IsSynchronized => false;
System\Windows\Forms\DataBinding\BindingSource.cs (1)
1454public virtual bool IsSynchronized => List.IsSynchronized;
System\Windows\Forms\Layout\ArrangedElementCollection.cs (1)
150bool ICollection.IsSynchronized => ((ICollection)InnerList).IsSynchronized;
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutStyleCollection.cs (1)
133bool ICollection.IsSynchronized => ((ICollection)_innerList).IsSynchronized;
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignSurfaceCollection.cs (1)
52bool ICollection.IsSynchronized => false;
System\Windows\Forms\Design\ControlDesigner.DesignerControlCollection.cs (1)
26bool ICollection.IsSynchronized => false;
System\Windows\Forms\Design\ImageListDesigner.OriginalImageCollection.cs (1)
190bool ICollection.IsSynchronized => false;
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
2157bool ICollection.IsSynchronized => false;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\NonNullCollection.cs (1)
122bool ICollection.IsSynchronized => ((ICollection)_list).IsSynchronized;
System.Windows.Forms.Tests (1)
System\Windows\Forms\BindingSourceTests.cs (1)
776public virtual bool IsSynchronized => ((IList)_innerList).IsSynchronized;
System.Xaml.Tests (2)
System\Xaml\XamlTypeTests.cs (2)
3207public bool IsSynchronized => throw new NotImplementedException(); 3269public bool IsSynchronized => throw new NotImplementedException();
Test.Utilities (16)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
118bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
61bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
82readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
91bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
96bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
34bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
109public bool IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1041bool ICollection.IsSynchronized => false; 1426bool ICollection.IsSynchronized => false; 1634bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
191bool ICollection.IsSynchronized => false;
Text.Analyzers (16)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
118bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
61bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder+ValueCollection.cs (1)
32bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
82readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection.cs (1)
28bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
91bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
96bool ICollection.IsSynchronized => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
34bool ICollection.IsSynchronized => ICollectionCalls.IsSynchronized(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
45readonly bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
109public bool IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1041bool ICollection.IsSynchronized => false; 1426bool ICollection.IsSynchronized => false; 1634bool ICollection.IsSynchronized => false;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
191bool ICollection.IsSynchronized => false;
UIAutomationClient (1)
System\Windows\Automation\AutomationElementCollection.cs (1)
110public virtual bool IsSynchronized
114 references to IsSynchronized
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectTable.cs (2)
211return ((ICollection)_entries).IsSynchronized; 266return ((ICollection)_entries).IsSynchronized;
GenerateDocumentationAndConfigFiles (1)
src\Dependencies\Collections\Internal\ICollectionCalls.cs (1)
25=> collection.IsSynchronized;
Metrics (1)
src\Dependencies\Collections\Internal\ICollectionCalls.cs (1)
25=> collection.IsSynchronized;
Metrics.Legacy (1)
src\Dependencies\Collections\Internal\ICollectionCalls.cs (1)
25=> collection.IsSynchronized;
Microsoft.Build.Framework (1)
ICollectionCalls.cs (1)
23=> collection.IsSynchronized;
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\Internal\ICollectionCalls.cs (1)
25=> collection.IsSynchronized;
Microsoft.CodeAnalysis.Analyzers (1)
src\Dependencies\Collections\Internal\ICollectionCalls.cs (1)
25=> collection.IsSynchronized;
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\Dependencies\Collections\Internal\ICollectionCalls.cs (1)
25=> collection.IsSynchronized;
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\Dependencies\Collections\Internal\ICollectionCalls.cs (1)
25=> collection.IsSynchronized;
Microsoft.CodeAnalysis.CodeStyle (1)
src\Dependencies\Collections\Internal\ICollectionCalls.cs (1)
25=> collection.IsSynchronized;
Microsoft.CodeAnalysis.Collections.Package (1)
Internal\ICollectionCalls.cs (1)
25=> collection.IsSynchronized;
Microsoft.CodeAnalysis.Extensions.Package (1)
src\Dependencies\Collections\Internal\ICollectionCalls.cs (1)
25=> collection.IsSynchronized;
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Dependencies\Collections\Internal\ICollectionCalls.cs (1)
25=> collection.IsSynchronized;
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\Dependencies\Collections\Internal\ICollectionCalls.cs (1)
25=> collection.IsSynchronized;
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
src\Dependencies\Collections\Internal\ICollectionCalls.cs (1)
25=> collection.IsSynchronized;
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\Dependencies\Collections\Internal\ICollectionCalls.cs (1)
25=> collection.IsSynchronized;
Microsoft.CodeAnalysis.Threading.Package (1)
src\Dependencies\Collections\Internal\ICollectionCalls.cs (1)
25=> collection.IsSynchronized;
Microsoft.CodeAnalysis.UnitTests (7)
Collections\ImmutableDictionaryBuilderTestBase.cs (1)
255Assert.False(collection.IsSynchronized);
Collections\ImmutableDictionaryTestBase.cs (1)
143Assert.True(dictionary.IsSynchronized);
Collections\ImmutableDictionaryTestBase.nonnetstandard.cs (1)
296Assert.True(nonGeneric.IsSynchronized);
Collections\ImmutableSegmentedListBuilderTest.cs (1)
305Assert.False(collection.IsSynchronized);
Collections\ImmutableSegmentedListTest.cs (1)
739Assert.True(collection.IsSynchronized);
Collections\ImmutableSetTest.cs (1)
202Assert.True(builder.IsSynchronized);
Collections\List\ICollection.NonGeneric.Tests.cs (1)
135Assert.Equal(ExpectedIsSynchronized, collection.IsSynchronized);
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Collections\Internal\ICollectionCalls.cs (1)
25=> collection.IsSynchronized;
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\Internal\ICollectionCalls.cs (1)
25=> collection.IsSynchronized;
Microsoft.Maui.Controls (1)
ObservableWrapper.cs (1)
306 public bool IsSynchronized => ((IList)_list).IsSynchronized;
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\Collection.vb (1)
615Private ReadOnly Property ICollectionIsSynchronized() As Boolean Implements ICollection.IsSynchronized
PresentationCore (24)
System\Windows\Input\Command\CommandBindingCollection.cs (1)
248return _innerCBList is not null && ((IList)_innerCBList).IsSynchronized;
System\Windows\Input\Command\InputBindingCollection.cs (1)
219return ((IList)_innerBindingList).IsSynchronized;
System\Windows\Input\Command\InputGestureCollection.cs (1)
189return ((IList)_innerGestureList).IsSynchronized;
System\Windows\Media\Animation\Generated\BooleanKeyFrameCollection.cs (1)
218/// See <see cref="System.Collections.ICollection.IsSynchronized">ICollection.IsSynchronized</see>.
System\Windows\Media\Animation\Generated\ByteKeyFrameCollection.cs (1)
218/// See <see cref="System.Collections.ICollection.IsSynchronized">ICollection.IsSynchronized</see>.
System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (1)
218/// See <see cref="System.Collections.ICollection.IsSynchronized">ICollection.IsSynchronized</see>.
System\Windows\Media\Animation\Generated\ColorKeyFrameCollection.cs (1)
218/// See <see cref="System.Collections.ICollection.IsSynchronized">ICollection.IsSynchronized</see>.
System\Windows\Media\Animation\Generated\DecimalKeyFrameCollection.cs (1)
218/// See <see cref="System.Collections.ICollection.IsSynchronized">ICollection.IsSynchronized</see>.
System\Windows\Media\Animation\Generated\DoubleKeyFrameCollection.cs (1)
218/// See <see cref="System.Collections.ICollection.IsSynchronized">ICollection.IsSynchronized</see>.
System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (1)
218/// See <see cref="System.Collections.ICollection.IsSynchronized">ICollection.IsSynchronized</see>.
System\Windows\Media\Animation\Generated\Int32KeyFrameCollection.cs (1)
218/// See <see cref="System.Collections.ICollection.IsSynchronized">ICollection.IsSynchronized</see>.
System\Windows\Media\Animation\Generated\Int64KeyFrameCollection.cs (1)
218/// See <see cref="System.Collections.ICollection.IsSynchronized">ICollection.IsSynchronized</see>.
System\Windows\Media\Animation\Generated\MatrixKeyFrameCollection.cs (1)
218/// See <see cref="System.Collections.ICollection.IsSynchronized">ICollection.IsSynchronized</see>.
System\Windows\Media\Animation\Generated\ObjectKeyFrameCollection.cs (1)
218/// See <see cref="System.Collections.ICollection.IsSynchronized">ICollection.IsSynchronized</see>.
System\Windows\Media\Animation\Generated\Point3DKeyFrameCollection.cs (1)
218/// See <see cref="System.Collections.ICollection.IsSynchronized">ICollection.IsSynchronized</see>.
System\Windows\Media\Animation\Generated\PointKeyFrameCollection.cs (1)
218/// See <see cref="System.Collections.ICollection.IsSynchronized">ICollection.IsSynchronized</see>.
System\Windows\Media\Animation\Generated\QuaternionKeyFrameCollection.cs (1)
218/// See <see cref="System.Collections.ICollection.IsSynchronized">ICollection.IsSynchronized</see>.
System\Windows\Media\Animation\Generated\RectKeyFrameCollection.cs (1)
218/// See <see cref="System.Collections.ICollection.IsSynchronized">ICollection.IsSynchronized</see>.
System\Windows\Media\Animation\Generated\Rotation3DKeyFrameCollection.cs (1)
218/// See <see cref="System.Collections.ICollection.IsSynchronized">ICollection.IsSynchronized</see>.
System\Windows\Media\Animation\Generated\SingleKeyFrameCollection.cs (1)
218/// See <see cref="System.Collections.ICollection.IsSynchronized">ICollection.IsSynchronized</see>.
System\Windows\Media\Animation\Generated\SizeKeyFrameCollection.cs (1)
218/// See <see cref="System.Collections.ICollection.IsSynchronized">ICollection.IsSynchronized</see>.
System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (1)
218/// See <see cref="System.Collections.ICollection.IsSynchronized">ICollection.IsSynchronized</see>.
System\Windows\Media\Animation\Generated\Vector3DKeyFrameCollection.cs (1)
218/// See <see cref="System.Collections.ICollection.IsSynchronized">ICollection.IsSynchronized</see>.
System\Windows\Media\Animation\Generated\VectorKeyFrameCollection.cs (1)
218/// See <see cref="System.Collections.ICollection.IsSynchronized">ICollection.IsSynchronized</see>.
PresentationFramework (12)
MS\Internal\Documents\ContentElementCollection.cs (1)
557/// <see cref="ICollection.IsSynchronized"/>
System\Windows\Controls\ColumnDefinition.cs (1)
400/// <see cref="ICollection.IsSynchronized"/>
System\Windows\Controls\CustomDictionarySources.cs (1)
285return ((ICollection)_uriList).IsSynchronized;
System\Windows\Controls\RowDefinition.cs (1)
395/// <see cref="ICollection.IsSynchronized"/>
System\Windows\Documents\TableCellCollection.cs (2)
370/// <see cref="ICollection.IsSynchronized"/> 379return ((IList)_cellCollectionInternal).IsSynchronized;
System\Windows\Documents\TableColumnCollection.cs (1)
378/// <see cref="ICollection.IsSynchronized"/>
System\Windows\Documents\TableRowCollection.cs (2)
370/// <see cref="ICollection.IsSynchronized"/> 379return ((IList)_rowCollectionInternal).IsSynchronized;
System\Windows\Documents\TableRowGroupCollection.cs (1)
370/// <see cref="ICollection.IsSynchronized"/>
System\Windows\Markup\Localizer\BamlLocalizationDictionary.cs (1)
376get => ((IDictionary)_dictionary).IsSynchronized;
System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (1)
218/// See <see cref="System.Collections.ICollection.IsSynchronized">ICollection.IsSynchronized</see>.
Roslyn.Diagnostics.Analyzers (1)
src\Dependencies\Collections\Internal\ICollectionCalls.cs (1)
25=> collection.IsSynchronized;
System.Collections (1)
System\Collections\Generic\Stack.cs (1)
65/// <inheritdoc cref="ICollection.IsSynchronized" />
System.Data.Common (1)
System\Data\Common\DbConnectionStringBuilder.cs (1)
215get { return Collection.IsSynchronized; }
System.Data.Odbc (1)
System\Data\Odbc\OdbcParameterCollectionHelper.cs (1)
58return ((System.Collections.ICollection)InnerList).IsSynchronized;
System.ObjectModel (1)
System\Collections\Specialized\NotifyCollectionChangedEventArgs.cs (1)
292public bool IsSynchronized => _list.IsSynchronized;
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (3)
733public override bool IsSynchronized => _list.IsSynchronized; 1603public bool IsSynchronized => _list.IsSynchronized; 1862public bool IsSynchronized => _list.IsSynchronized;
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Queue.cs (1)
62/// <inheritdoc cref="ICollection.IsSynchronized" />
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaObjectTable.cs (2)
185return ((ICollection)_entries).IsSynchronized; 238return ((ICollection)_entries).IsSynchronized;
System.Windows.Forms (6)
System\Windows\Forms\AutoCompleteStringCollection.cs (1)
155public bool IsSynchronized => ((IList)_data).IsSynchronized;
System\Windows\Forms\Controls\DataGridView\DataGridViewCellCollection.cs (1)
48bool ICollection.IsSynchronized => ((ICollection)_items).IsSynchronized;
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.ObjectCollection.cs (1)
41bool ICollection.IsSynchronized => ((ICollection)InnerArray).IsSynchronized;
System\Windows\Forms\DataBinding\BindingSource.cs (1)
1454public virtual bool IsSynchronized => List.IsSynchronized;
System\Windows\Forms\Layout\ArrangedElementCollection.cs (1)
150bool ICollection.IsSynchronized => ((ICollection)InnerList).IsSynchronized;
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutStyleCollection.cs (1)
133bool ICollection.IsSynchronized => ((ICollection)_innerList).IsSynchronized;
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ControlDesigner.DesignerControlCollectionTests.cs (1)
42((ICollection)_collection).IsSynchronized.Should().BeFalse();
System.Windows.Forms.Primitives (1)
System\Windows\Forms\NonNullCollection.cs (1)
122bool ICollection.IsSynchronized => ((ICollection)_list).IsSynchronized;
System.Windows.Forms.Tests (26)
System\Windows\Forms\BindingContextTests.cs (1)
28Assert.False(context.IsSynchronized);
System\Windows\Forms\BindingSourceTests.cs (2)
370.Setup(p => p.IsSynchronized) 776public virtual bool IsSynchronized => ((IList)_innerList).IsSynchronized;
System\Windows\Forms\CheckedListBox.CheckedIndexCollectionTests.cs (1)
39((ICollection)_collection).IsSynchronized.Should().BeFalse();
System\Windows\Forms\CheckedListBox.CheckedItemCollectionTests.cs (1)
33((ICollection)_collection).IsSynchronized.Should().BeFalse();
System\Windows\Forms\ColumnHeaderCollectionTests.cs (1)
35Assert.True(collection.IsSynchronized);
System\Windows\Forms\DataGridViewSelectedCellCollectionTests.cs (2)
191Assert.False(iList.IsSynchronized); 213Assert.False(iList.IsSynchronized);
System\Windows\Forms\DataGridViewSelectedColumnCollectionTests.cs (2)
211Assert.False(iList.IsSynchronized); 237Assert.False(iList.IsSynchronized);
System\Windows\Forms\DataGridViewSelectedRowCollectionTests.cs (2)
186Assert.False(iList.IsSynchronized); 207Assert.False(iList.IsSynchronized);
System\Windows\Forms\GridItemCollectionTests.cs (1)
27Assert.False(collection.IsSynchronized);
System\Windows\Forms\ImageList.ImageCollectionTests.cs (1)
1619Assert.False(collection.IsSynchronized);
System\Windows\Forms\ListBox.IntegerCollectionTests.cs (2)
33Assert.True(collection.IsSynchronized); 45Assert.True(collection.IsSynchronized);
System\Windows\Forms\ListBox.ObjectCollectionTests.cs (2)
90Assert.False(collection.IsSynchronized); 102Assert.False(collection.IsSynchronized);
System\Windows\Forms\ListBox.SelectedIndexCollectionTests.cs (2)
32Assert.True(collection.IsSynchronized); 44Assert.True(collection.IsSynchronized);
System\Windows\Forms\ListBox.SelectedObjectCollectionTests.cs (2)
33Assert.False(((ICollection)_collection).IsSynchronized); 42Assert.False(((IList)_collection).IsSynchronized);
System\Windows\Forms\ListViewGroupCollectionTests.cs (1)
20Assert.True(collection.IsSynchronized);
System\Windows\Forms\ListViewSubItemCollectionTests.cs (1)
36Assert.True(collection.IsSynchronized);
System\Windows\Forms\TabControl.TabPageCollectionTests.cs (1)
1176Assert.False(iList.IsSynchronized);
System\Windows\Forms\TableLayoutStyleCollectionTests.cs (1)
21Assert.False(collection.IsSynchronized);
Test.Utilities (1)
src\Dependencies\Collections\Internal\ICollectionCalls.cs (1)
25=> collection.IsSynchronized;
Text.Analyzers (1)
src\Dependencies\Collections\Internal\ICollectionCalls.cs (1)
25=> collection.IsSynchronized;
WindowsBase.Tests (2)
System\ComponentModel\SortDescriptionCollectionTests.cs (2)
19Assert.False(((IList)collection).IsSynchronized); 784Assert.False(((IList)collection).IsSynchronized);