271 implementations of IsReadOnly
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.CodeDom\System\CodeNamespaceImportCollection.cs (1)
60bool IList.IsReadOnly
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedCollection.cs (1)
255bool IList.IsReadOnly
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedReadOnlyCollection.cs (1)
207bool IList.IsReadOnly
Shared\Options\ListValue.cs (1)
65bool IList.IsReadOnly { get { return this.IsReadOnly; } }
GenerateDocumentationAndConfigFiles (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
94bool IList.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
32bool IList.IsReadOnly => IListCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
43readonly bool IList.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
107public bool IsReadOnly => true;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
188bool IList.IsReadOnly => false;
Metrics (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
94bool IList.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
32bool IList.IsReadOnly => IListCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
43readonly bool IList.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
107public bool IsReadOnly => true;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
188bool IList.IsReadOnly => false;
Metrics.Legacy (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
94bool IList.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
32bool IList.IsReadOnly => IListCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
43readonly bool IList.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
107public bool IsReadOnly => true;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
188bool IList.IsReadOnly => false;
Microsoft.Build.Framework (5)
ImmutableSegmentedList`1.cs (1)
92bool IList.IsReadOnly => true;
ImmutableSegmentedList`1+Builder.cs (1)
30bool IList.IsReadOnly => IListCalls.IsReadOnly(ref _builder);
ImmutableSegmentedList`1+ValueBuilder.cs (1)
41bool IList.IsReadOnly => false;
SegmentedArray`1.cs (1)
108public bool IsReadOnly => true;
SegmentedList`1.cs (1)
159bool IList.IsReadOnly => false;
Microsoft.CodeAnalysis (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
94bool IList.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
32bool IList.IsReadOnly => IListCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
43readonly bool IList.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
107public bool IsReadOnly => true;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
188bool IList.IsReadOnly => false;
Microsoft.CodeAnalysis.Analyzers (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
94bool IList.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
32bool IList.IsReadOnly => IListCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
43readonly bool IList.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
107public bool IsReadOnly => true;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
188bool IList.IsReadOnly => false;
Microsoft.CodeAnalysis.AnalyzerUtilities (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
94bool IList.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
32bool IList.IsReadOnly => IListCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
43readonly bool IList.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
107public bool IsReadOnly => true;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
188bool IList.IsReadOnly => false;
Microsoft.CodeAnalysis.BannedApiAnalyzers (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
94bool IList.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
32bool IList.IsReadOnly => IListCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
43readonly bool IList.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
107public bool IsReadOnly => true;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
188bool IList.IsReadOnly => false;
Microsoft.CodeAnalysis.CodeStyle (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
94bool IList.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
32bool IList.IsReadOnly => IListCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
43readonly bool IList.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
107public bool IsReadOnly => true;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
188bool IList.IsReadOnly => false;
Microsoft.CodeAnalysis.Collections.Package (5)
Segmented\ImmutableSegmentedList`1.cs (1)
94bool IList.IsReadOnly => true;
Segmented\ImmutableSegmentedList`1+Builder.cs (1)
32bool IList.IsReadOnly => IListCalls.IsReadOnly(ref _builder);
Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
43readonly bool IList.IsReadOnly => false;
Segmented\SegmentedArray`1.cs (1)
107public bool IsReadOnly => true;
Segmented\SegmentedList`1.cs (1)
188bool IList.IsReadOnly => false;
Microsoft.CodeAnalysis.Extensions.Package (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
94bool IList.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
32bool IList.IsReadOnly => IListCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
43readonly bool IList.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
107public bool IsReadOnly => true;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
188bool IList.IsReadOnly => false;
Microsoft.CodeAnalysis.InteractiveHost (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
94bool IList.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
32bool IList.IsReadOnly => IListCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
43readonly bool IList.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
107public bool IsReadOnly => true;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
188bool IList.IsReadOnly => false;
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
94bool IList.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
32bool IList.IsReadOnly => IListCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
43readonly bool IList.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
107public bool IsReadOnly => true;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
188bool IList.IsReadOnly => false;
Microsoft.CodeAnalysis.PublicApiAnalyzers (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
94bool IList.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
32bool IList.IsReadOnly => IListCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
43readonly bool IList.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
107public bool IsReadOnly => true;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
188bool IList.IsReadOnly => false;
Microsoft.CodeAnalysis.ResxSourceGenerator (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
94bool IList.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
32bool IList.IsReadOnly => IListCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
43readonly bool IList.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
107public bool IsReadOnly => true;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
188bool IList.IsReadOnly => false;
Microsoft.CodeAnalysis.Threading.Package (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
94bool IList.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
32bool IList.IsReadOnly => IListCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
43readonly bool IList.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
107public bool IsReadOnly => true;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
188bool IList.IsReadOnly => false;
Microsoft.CodeAnalysis.Workspaces (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
94bool IList.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
32bool IList.IsReadOnly => IListCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
43readonly bool IList.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
107public bool IsReadOnly => true;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
188bool IList.IsReadOnly => false;
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
94bool IList.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
32bool IList.IsReadOnly => IListCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
43readonly bool IList.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
107public bool IsReadOnly => true;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
188bool IList.IsReadOnly => false;
Microsoft.Maui.Controls (4)
ListProxy.cs (1)
418 bool IList.IsReadOnly
ObservableWrapper.cs (1)
86 public bool IsReadOnly { get; internal set; }
ReadOnlyListAdapter.cs (1)
81 public bool IsReadOnly
TemplatedItemsList.cs (1)
309 bool IList.IsReadOnly
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\Collection.vb (1)
633Private ReadOnly Property IListIsReadOnly() As Boolean Implements IList.IsReadOnly
PresentationCore (50)
System\Windows\FreezableCollection.cs (1)
405bool IList.IsReadOnly
System\Windows\Generated\TextDecorationCollection.cs (1)
317bool IList.IsReadOnly
System\Windows\Ink\StrokeCollection.cs (1)
864bool IList.IsReadOnly
System\Windows\Input\Command\CommandBindingCollection.cs (1)
266public bool IsReadOnly
System\Windows\Input\Command\InputBindingCollection.cs (1)
387public bool IsReadOnly
System\Windows\Input\Command\InputGestureCollection.cs (1)
312public bool IsReadOnly
System\Windows\Media\Animation\Generated\BooleanKeyFrameCollection.cs (1)
389public bool IsReadOnly
System\Windows\Media\Animation\Generated\ByteKeyFrameCollection.cs (1)
389public bool IsReadOnly
System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (1)
389public bool IsReadOnly
System\Windows\Media\Animation\Generated\ColorKeyFrameCollection.cs (1)
389public bool IsReadOnly
System\Windows\Media\Animation\Generated\DecimalKeyFrameCollection.cs (1)
389public bool IsReadOnly
System\Windows\Media\Animation\Generated\DoubleKeyFrameCollection.cs (1)
389public bool IsReadOnly
System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (1)
389public bool IsReadOnly
System\Windows\Media\Animation\Generated\Int32KeyFrameCollection.cs (1)
389public bool IsReadOnly
System\Windows\Media\Animation\Generated\Int64KeyFrameCollection.cs (1)
389public bool IsReadOnly
System\Windows\Media\Animation\Generated\MatrixKeyFrameCollection.cs (1)
389public bool IsReadOnly
System\Windows\Media\Animation\Generated\ObjectKeyFrameCollection.cs (1)
389public bool IsReadOnly
System\Windows\Media\Animation\Generated\Point3DKeyFrameCollection.cs (1)
389public bool IsReadOnly
System\Windows\Media\Animation\Generated\PointKeyFrameCollection.cs (1)
389public bool IsReadOnly
System\Windows\Media\Animation\Generated\QuaternionKeyFrameCollection.cs (1)
389public bool IsReadOnly
System\Windows\Media\Animation\Generated\RectKeyFrameCollection.cs (1)
389public bool IsReadOnly
System\Windows\Media\Animation\Generated\Rotation3DKeyFrameCollection.cs (1)
389public bool IsReadOnly
System\Windows\Media\Animation\Generated\SingleKeyFrameCollection.cs (1)
389public bool IsReadOnly
System\Windows\Media\Animation\Generated\SizeKeyFrameCollection.cs (1)
389public bool IsReadOnly
System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (1)
389public bool IsReadOnly
System\Windows\Media\Animation\Generated\TimelineCollection.cs (1)
316bool IList.IsReadOnly
System\Windows\Media\Animation\Generated\Vector3DKeyFrameCollection.cs (1)
389public bool IsReadOnly
System\Windows\Media\Animation\Generated\VectorKeyFrameCollection.cs (1)
389public bool IsReadOnly
System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (1)
319bool IList.IsReadOnly
System\Windows\Media\FamilyMapCollection.cs (1)
143public bool IsReadOnly
System\Windows\Media\FamilyTypefaceCollection.cs (1)
130public bool IsReadOnly
System\Windows\Media\Generated\DoubleCollection.cs (1)
278bool IList.IsReadOnly
System\Windows\Media\Generated\DrawingCollection.cs (1)
338bool IList.IsReadOnly
System\Windows\Media\Generated\GeneralTransformCollection.cs (1)
326bool IList.IsReadOnly
System\Windows\Media\Generated\GeometryCollection.cs (1)
338bool IList.IsReadOnly
System\Windows\Media\Generated\GradientStopCollection.cs (1)
326bool IList.IsReadOnly
System\Windows\Media\Generated\Int32Collection.cs (1)
278bool IList.IsReadOnly
System\Windows\Media\Generated\PathFigureCollection.cs (1)
327bool IList.IsReadOnly
System\Windows\Media\Generated\PathSegmentCollection.cs (1)
326bool IList.IsReadOnly
System\Windows\Media\Generated\PointCollection.cs (1)
278bool IList.IsReadOnly
System\Windows\Media\Generated\TextEffectCollection.cs (1)
326bool IList.IsReadOnly
System\Windows\Media\Generated\TransformCollection.cs (1)
338bool IList.IsReadOnly
System\Windows\Media\Generated\VectorCollection.cs (1)
278bool IList.IsReadOnly
System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (1)
324bool IList.IsReadOnly
System\Windows\Media3D\Generated\MaterialCollection.cs (1)
336bool IList.IsReadOnly
System\Windows\Media3D\Generated\Model3DCollection.cs (1)
336bool IList.IsReadOnly
System\Windows\Media3D\Generated\Point3DCollection.cs (1)
276bool IList.IsReadOnly
System\Windows\Media3D\Generated\Transform3DCollection.cs (1)
336bool IList.IsReadOnly
System\Windows\Media3D\Generated\Vector3DCollection.cs (1)
276bool IList.IsReadOnly
System\Windows\Media3D\Visual3DCollection.cs (1)
344bool IList.IsReadOnly
PresentationFramework (18)
MS\Internal\Controls\InnerItemCollectionView.cs (1)
160public bool IsReadOnly
MS\Internal\Data\LiveShapingList.cs (1)
541public bool IsReadOnly
MS\Internal\Data\ParameterCollection.cs (1)
41bool IList.IsReadOnly
MS\Internal\Documents\ContentElementCollection.cs (1)
469bool IList.IsReadOnly
System\Windows\Controls\ColumnDefinition.cs (1)
391public bool IsReadOnly // bool IList.IsReadOnly {get;}; bool ICollection<T>.IsReadOnly {get;}
System\Windows\Controls\CustomDictionarySources.cs (1)
237bool IList.IsReadOnly
System\Windows\Controls\ItemCollection.cs (1)
776bool IList.IsReadOnly
System\Windows\Controls\MultipleCopiesCollection.cs (1)
262public bool IsReadOnly
System\Windows\Controls\RowDefinition.cs (1)
386public bool IsReadOnly // bool IList.IsReadOnly {get;}; bool ICollection<T>.IsReadOnly {get;}
System\Windows\Controls\UIElementCollection.cs (1)
439bool IList.IsReadOnly
System\Windows\Data\CompositeCollection.cs (1)
368bool IList.IsReadOnly
System\Windows\Documents\TableCellCollection.cs (1)
305bool IList.IsReadOnly
System\Windows\Documents\TableColumnCollection.cs (1)
312bool IList.IsReadOnly
System\Windows\Documents\TableRowCollection.cs (1)
305bool IList.IsReadOnly
System\Windows\Documents\TableRowGroupCollection.cs (1)
305bool IList.IsReadOnly
System\Windows\Documents\TextElementCollection.cs (1)
512bool IList.IsReadOnly
System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (1)
389public bool IsReadOnly
System\Windows\TriggerActionCollection.cs (1)
59public bool IsReadOnly
Roslyn.Diagnostics.Analyzers (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
94bool IList.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
32bool IList.IsReadOnly => IListCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
43readonly bool IList.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
107public bool IsReadOnly => true;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
188bool IList.IsReadOnly => false;
System.CodeDom (1)
System\CodeDom\CodeNamespaceImportCollection.cs (1)
26bool IList.IsReadOnly => false;
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (3)
251bool IList.IsReadOnly => false; 1487bool IList.IsReadOnly => true; 1682bool IList.IsReadOnly => true;
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableArray_1.cs (1)
1283bool IList.IsReadOnly
System\Collections\Immutable\ImmutableList_1.Builder.cs (1)
1102bool IList.IsReadOnly
System\Collections\Immutable\ImmutableList_1.cs (1)
1051bool IList.IsReadOnly => true;
System\Collections\Immutable\ImmutableSortedSet_1.cs (1)
792bool IList.IsReadOnly
System.Collections.NonGeneric (3)
System\Collections\CollectionBase.cs (1)
90bool IList.IsReadOnly
System\Collections\SortedList.cs (2)
902public bool IsReadOnly 1006public bool IsReadOnly
System.Collections.Specialized (2)
System\Collections\Specialized\OrderedDictionary.cs (1)
629bool IList.IsReadOnly => true;
System\Collections\Specialized\StringCollection.cs (1)
43bool IList.IsReadOnly
System.ComponentModel.TypeConverter (4)
System\ComponentModel\Design\DesignerOptionService.cs (1)
342bool IList.IsReadOnly => true;
System\ComponentModel\EventDescriptorCollection.cs (1)
409bool IList.IsReadOnly => _readOnly;
System\ComponentModel\ListSortDescriptionCollection.cs (1)
38bool IList.IsReadOnly => true;
System\ComponentModel\PropertyDescriptorCollection.cs (1)
557bool IList.IsReadOnly => _readOnly;
System.Data.Common (5)
System\Data\Common\DataColumnMappingCollection.cs (1)
31bool IList.IsReadOnly
System\Data\Common\DataTableMappingCollection.cs (1)
26bool IList.IsReadOnly => false;
System\Data\Common\DbParameterCollection.cs (1)
26public virtual bool IsReadOnly => false;
System\Data\DataView.cs (1)
834bool IList.IsReadOnly => false;
System\Data\DataViewManager.cs (1)
154bool IList.IsReadOnly => true;
System.Diagnostics.TraceSource (1)
System\Diagnostics\TraceListeners.cs (1)
228bool IList.IsReadOnly
System.DirectoryServices (1)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (1)
445bool System.Collections.IList.IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
System.DirectoryServices.AccountManagement (1)
artifacts\obj\System.DirectoryServices.AccountManagement\Debug\net10.0\System.DirectoryServices.AccountManagement.notsupported.cs (1)
366bool System.Collections.IList.IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServicesAccountManagement_PlatformNotSupported); } }
System.Linq.Expressions (1)
System\Runtime\CompilerServices\ReadOnlyCollectionBuilder.cs (1)
269bool IList.IsReadOnly => false;
System.ObjectModel (2)
System\Collections\Specialized\NotifyCollectionChangedEventArgs.cs (2)
288public bool IsReadOnly => true; 339public bool IsReadOnly => true;
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Array.cs (1)
1018public bool IsReadOnly => false;
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (4)
109public virtual bool IsReadOnly => false; 1487public bool IsReadOnly => _list.IsReadOnly; 1599public bool IsReadOnly => _list.IsReadOnly; 1858public bool IsReadOnly => true;
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (1)
134bool IList.IsReadOnly => false;
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\Collection.cs (1)
263bool IList.IsReadOnly => items.IsReadOnly;
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyCollection.cs (1)
174bool IList.IsReadOnly => true;
System.Private.Xml (2)
System\Xml\Xsl\ListBase.cs (1)
63public virtual bool IsReadOnly
System\Xml\Xsl\Runtime\XmlQuerySequence.cs (1)
236bool System.Collections.IList.IsReadOnly
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\CanonicalXmlNodeList.cs (1)
78public bool IsReadOnly
System\Security\Cryptography\Xml\EncryptionPropertyCollection.cs (1)
112public bool IsReadOnly
System\Security\Cryptography\Xml\ReferenceList.cs (1)
119bool IList.IsReadOnly
System.ServiceModel.Primitives (1)
netstandard.cs (1)
43bool IList.IsReadOnly { get { return default; } }
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\CaptureCollection.cs (1)
28public bool IsReadOnly => true;
System\Text\RegularExpressions\GroupCollection.cs (1)
33public bool IsReadOnly => true;
System\Text\RegularExpressions\MatchCollection.cs (1)
40public bool IsReadOnly => true;
System.Windows.Forms (38)
System\Windows\Forms\AutoCompleteStringCollection.cs (1)
44bool IList.IsReadOnly => ((IList)_data).IsReadOnly;
System\Windows\Forms\Controls\ComboBox\ComboBox.ObjectCollection.cs (1)
87public bool IsReadOnly
System\Windows\Forms\Controls\DataGridView\DataGridViewCellCollection.cs (1)
36bool IList.IsReadOnly => ((IList)_items).IsReadOnly;
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnCollection.cs (1)
29bool IList.IsReadOnly => false;
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.ObjectCollection.cs (1)
45public bool IsReadOnly => ((IList)InnerArray).IsReadOnly;
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (1)
55bool IList.IsReadOnly => false;
System\Windows\Forms\Controls\DataGridView\DataGridViewSelectedCellCollection.cs (1)
49bool IList.IsReadOnly => true;
System\Windows\Forms\Controls\DataGridView\DataGridViewSelectedColumnCollection.cs (1)
45bool IList.IsReadOnly => true;
System\Windows\Forms\Controls\DataGridView\DataGridViewSelectedRowCollection.cs (1)
34bool IList.IsReadOnly => true;
System\Windows\Forms\Controls\ImageList\ImageList.ImageCollection.cs (1)
116public bool IsReadOnly => false;
System\Windows\Forms\Controls\Labels\LinkLabel.LinkCollection.cs (1)
97public bool IsReadOnly => false;
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedIndexCollection.cs (1)
55public bool IsReadOnly
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedItemCollection.cs (1)
88public bool IsReadOnly
System\Windows\Forms\Controls\ListBoxes\ListBox.IntegerCollection.cs (1)
58bool IList.IsReadOnly
System\Windows\Forms\Controls\ListBoxes\ListBox.ObjectCollection.cs (1)
74public bool IsReadOnly => false;
System\Windows\Forms\Controls\ListBoxes\ListBox.SelectedIndexCollection.cs (1)
56public bool IsReadOnly
System\Windows\Forms\Controls\ListBoxes\ListBox.SelectedObjectCollection.cs (1)
134public bool IsReadOnly
System\Windows\Forms\Controls\ListView\ListView.CheckedIndexCollection.cs (1)
135public bool IsReadOnly
System\Windows\Forms\Controls\ListView\ListView.CheckedListViewItemCollection.cs (1)
151public bool IsReadOnly
System\Windows\Forms\Controls\ListView\ListView.ColumnHeaderCollection.cs (1)
101public bool IsReadOnly
System\Windows\Forms\Controls\ListView\ListView.ListViewItemCollection.cs (1)
53public bool IsReadOnly => false;
System\Windows\Forms\Controls\ListView\ListView.SelectedIndexCollection.cs (1)
160public bool IsReadOnly
System\Windows\Forms\Controls\ListView\ListView.SelectedListViewItemCollection.cs (1)
205public bool IsReadOnly
System\Windows\Forms\Controls\ListView\ListViewGroupCollection.cs (1)
32bool IList.IsReadOnly => false;
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewSubItemCollection.cs (1)
38public bool IsReadOnly => false;
System\Windows\Forms\Controls\TabControl\TabControl.TabPageCollection.cs (1)
79public bool IsReadOnly => false;
System\Windows\Forms\Controls\ToolStrips\ToolStripItemCollection.cs (1)
295public override bool IsReadOnly { get { return _isReadOnly; } }
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.ToolStripPanelRowCollection.cs (1)
114bool IList.IsReadOnly { get { return ((IList)InnerList).IsReadOnly; } }
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowControlCollection.cs (1)
178bool IList.IsReadOnly { get { return ((IList)InnerList).IsReadOnly; } }
System\Windows\Forms\Controls\TreeView\TreeNodeCollection.cs (1)
122public bool IsReadOnly => false;
System\Windows\Forms\Controls\Unsupported\ContextMenu\Menu.MenuItemCollection.cs (1)
46public bool IsReadOnly => throw null;
System\Windows\Forms\Controls\Unsupported\DataGrid\GridColumnStylesCollection.cs (1)
44bool IList.IsReadOnly => throw null;
System\Windows\Forms\Controls\Unsupported\DataGrid\GridTableStylesCollection.cs (1)
42bool IList.IsReadOnly => throw null;
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBar.StatusBarPanelCollection.cs (1)
52public bool IsReadOnly => throw null;
System\Windows\Forms\Controls\Unsupported\ToolBar\ToolBar.ToolBarButtonCollection.cs (1)
50public bool IsReadOnly => throw null;
System\Windows\Forms\DataBinding\BindingSource.cs (1)
1541public virtual bool IsReadOnly => List.IsReadOnly;
System\Windows\Forms\Layout\ArrangedElementCollection.cs (1)
126public virtual bool IsReadOnly => ((IList)InnerList).IsReadOnly;
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutStyleCollection.cs (1)
127bool IList.IsReadOnly => ((IList)_innerList).IsReadOnly;
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ControlDesigner.DesignerControlCollection.cs (1)
30public new bool IsReadOnly => _realCollection.IsReadOnly;
System\Windows\Forms\Design\ImageListDesigner.OriginalImageCollection.cs (1)
43public bool IsReadOnly => false;
System\Windows\Forms\Design\TableLayoutPanelDesigner.cs (1)
2161public new bool IsReadOnly => _realCollection.IsReadOnly;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\NonNullCollection.cs (1)
34public bool IsReadOnly => ((ICollection<T>)_list).IsReadOnly;
System.Windows.Forms.Tests (1)
System\Windows\Forms\BindingSourceTests.cs (1)
778public virtual bool IsReadOnly => ((IList)_innerList).IsReadOnly;
System.Xaml.Tests (1)
System\Xaml\XamlTypeTests.cs (1)
3226public bool IsReadOnly => throw new NotImplementedException();
Test.Utilities (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
94bool IList.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
32bool IList.IsReadOnly => IListCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
43readonly bool IList.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
107public bool IsReadOnly => true;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
188bool IList.IsReadOnly => false;
Text.Analyzers (5)
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
94bool IList.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Builder.cs (1)
32bool IList.IsReadOnly => IListCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+ValueBuilder.cs (1)
43readonly bool IList.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
107public bool IsReadOnly => true;
src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
188bool IList.IsReadOnly => false;
93 references to IsReadOnly
GenerateDocumentationAndConfigFiles (1)
src\Dependencies\Collections\Internal\IListCalls.cs (1)
36=> list.IsReadOnly;
Metrics (1)
src\Dependencies\Collections\Internal\IListCalls.cs (1)
36=> list.IsReadOnly;
Metrics.Legacy (1)
src\Dependencies\Collections\Internal\IListCalls.cs (1)
36=> list.IsReadOnly;
Microsoft.Build.Framework (1)
IListCalls.cs (1)
34=> list.IsReadOnly;
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\Internal\IListCalls.cs (1)
36=> list.IsReadOnly;
Microsoft.CodeAnalysis.Analyzers (1)
src\Dependencies\Collections\Internal\IListCalls.cs (1)
36=> list.IsReadOnly;
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\Dependencies\Collections\Internal\IListCalls.cs (1)
36=> list.IsReadOnly;
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\Dependencies\Collections\Internal\IListCalls.cs (1)
36=> list.IsReadOnly;
Microsoft.CodeAnalysis.CodeStyle (1)
src\Dependencies\Collections\Internal\IListCalls.cs (1)
36=> list.IsReadOnly;
Microsoft.CodeAnalysis.Collections.Package (1)
Internal\IListCalls.cs (1)
36=> list.IsReadOnly;
Microsoft.CodeAnalysis.Extensions.Package (1)
src\Dependencies\Collections\Internal\IListCalls.cs (1)
36=> list.IsReadOnly;
Microsoft.CodeAnalysis.InteractiveHost (1)
src\Dependencies\Collections\Internal\IListCalls.cs (1)
36=> list.IsReadOnly;
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (1)
src\Dependencies\Collections\Internal\IListCalls.cs (1)
36=> list.IsReadOnly;
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
src\Dependencies\Collections\Internal\IListCalls.cs (1)
36=> list.IsReadOnly;
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\Dependencies\Collections\Internal\IListCalls.cs (1)
36=> list.IsReadOnly;
Microsoft.CodeAnalysis.Threading.Package (1)
src\Dependencies\Collections\Internal\IListCalls.cs (1)
36=> list.IsReadOnly;
Microsoft.CodeAnalysis.UnitTests (9)
Collections\ImmutableSegmentedListBuilderTest.cs (1)
312Assert.False(list.IsReadOnly);
Collections\ImmutableSegmentedListTest.cs (1)
746Assert.True(list.IsReadOnly);
Collections\List\IList.NonGeneric.Tests.cs (7)
113if (!casted.IsFixedSize && !casted.IsReadOnly) 126if (!casted.IsFixedSize && !casted.IsReadOnly) 139if (casted.Count > 0 && !casted.IsFixedSize && !casted.IsReadOnly) 149if (casted.Count > 0 && !casted.IsFixedSize && !casted.IsReadOnly) 162if (casted.Count > 0 && !casted.IsReadOnly) 175if (casted.Count > 0 && !casted.IsFixedSize && !casted.IsReadOnly) 208Assert.Equal(IsReadOnly, collection.IsReadOnly);
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Collections\Internal\IListCalls.cs (1)
36=> list.IsReadOnly;
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\Internal\IListCalls.cs (1)
36=> list.IsReadOnly;
Microsoft.Maui.Controls (1)
Shell\ShellElementCollection.cs (1)
23 public bool IsReadOnly => Inner.IsReadOnly;
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\Collection.vb (1)
633Private ReadOnly Property IListIsReadOnly() As Boolean Implements IList.IsReadOnly
PresentationFramework (14)
MS\Internal\Documents\ContentElementCollection.cs (1)
546/// <seealso cref="IList.IsReadOnly"/>
System\Windows\Controls\ColumnDefinition.cs (1)
389/// <seealso cref="IList.IsReadOnly"/>
System\Windows\Controls\CustomDictionarySources.cs (1)
241return ((IList)_uriList).IsReadOnly;
System\Windows\Controls\RowDefinition.cs (1)
384/// <seealso cref="IList.IsReadOnly"/>
System\Windows\Documents\TableCellCollection.cs (3)
309return ((IList)_cellCollectionInternal).IsReadOnly; 359/// <see cref="IList.IsReadOnly"/> 365return ((IList)_cellCollectionInternal).IsReadOnly;
System\Windows\Documents\TableColumnCollection.cs (2)
316return ((IList)_columnCollection).IsReadOnly; 367/// <seealso cref="IList.IsReadOnly"/>
System\Windows\Documents\TableRowCollection.cs (3)
309return ((IList)_rowCollectionInternal).IsReadOnly; 359/// <see cref="IList.IsReadOnly"/> 365return ((IList)_rowCollectionInternal).IsReadOnly;
System\Windows\Documents\TableRowGroupCollection.cs (2)
309return ((IList)_rowGroupCollectionInternal).IsReadOnly; 359/// <see cref="IList.IsReadOnly"/>
Roslyn.Diagnostics.Analyzers (1)
src\Dependencies\Collections\Internal\IListCalls.cs (1)
36=> list.IsReadOnly;
System.ComponentModel.Composition (1)
Microsoft\Internal\Collections\CollectionServices.CollectionOfObject.cs (1)
73get { return _list.IsReadOnly; }
System.ComponentModel.TypeConverter (4)
System\ComponentModel\TypeDescriptor.cs (4)
1900if (cache != null && (list == null || list.IsReadOnly)) 1910if (list == null || list.IsReadOnly) 1985if (cache != null && (list == null || list.IsReadOnly)) 2073if (list == null || list.IsReadOnly)
System.Data.Odbc (1)
System\Data\Odbc\OdbcParameterCollectionHelper.cs (1)
50return ((System.Collections.IList)InnerList).IsReadOnly;
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (3)
728public override bool IsReadOnly => _list.IsReadOnly; 1487public bool IsReadOnly => _list.IsReadOnly; 1599public bool IsReadOnly => _list.IsReadOnly;
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Collection\IListConverter.cs (1)
32if (returnValue.IsReadOnly)
System.Windows.Forms (15)
System\Windows\Forms\AutoCompleteStringCollection.cs (2)
44bool IList.IsReadOnly => ((IList)_data).IsReadOnly; 149public bool IsReadOnly => ((IList)_data).IsReadOnly;
System\Windows\Forms\Controls\DataGridView\DataGridViewCellCollection.cs (1)
36bool IList.IsReadOnly => ((IList)_items).IsReadOnly;
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.ObjectCollection.cs (1)
45public bool IsReadOnly => ((IList)InnerArray).IsReadOnly;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.ToolStripPanelRowCollection.cs (1)
114bool IList.IsReadOnly { get { return ((IList)InnerList).IsReadOnly; } }
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowControlCollection.cs (1)
178bool IList.IsReadOnly { get { return ((IList)InnerList).IsReadOnly; } }
System\Windows\Forms\DataBinding\BindingSource.cs (4)
132return !List.IsReadOnly && !List.IsFixedSize && (!checkConstructor || _itemConstructor is not null); 1541public virtual bool IsReadOnly => List.IsReadOnly; 1637get => _state.HasFlag(BindingSourceStates.IsBindingList) ? ((IBindingList)List).AllowEdit : !List.IsReadOnly; 1673get => _state.HasFlag(BindingSourceStates.IsBindingList) ? ((IBindingList)List).AllowRemove : !List.IsReadOnly && !List.IsFixedSize;
System\Windows\Forms\DataBinding\CurrencyManager.cs (3)
77return !_list.IsReadOnly && !_list.IsFixedSize; 99return !_list.IsReadOnly; 120return !_list.IsReadOnly && !_list.IsFixedSize;
System\Windows\Forms\Layout\ArrangedElementCollection.cs (1)
126public virtual bool IsReadOnly => ((IList)InnerList).IsReadOnly;
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutStyleCollection.cs (1)
127bool IList.IsReadOnly => ((IList)_innerList).IsReadOnly;
System.Windows.Forms.Design (3)
System\ComponentModel\Design\CollectionEditor.CollectionForm.cs (1)
58return !list.IsReadOnly;
System\Windows\Forms\Design\ListAdapter.cs (2)
28bool ICollection<T>.IsReadOnly => _list.IsReadOnly; 41if (_list.IsReadOnly || !_list.Contains(item))
System.Windows.Forms.Tests (17)
System\Windows\Forms\BindingSourceTests.cs (2)
367.Setup(p => p.IsReadOnly) 778public virtual bool IsReadOnly => ((IList)_innerList).IsReadOnly;
System\Windows\Forms\ColumnHeaderCollectionTests.cs (1)
34Assert.False(collection.IsReadOnly);
System\Windows\Forms\DataGridViewSelectedCellCollectionTests.cs (2)
190Assert.True(iList.IsReadOnly); 212Assert.True(iList.IsReadOnly);
System\Windows\Forms\DataGridViewSelectedColumnCollectionTests.cs (2)
210Assert.True(iList.IsReadOnly); 236Assert.True(iList.IsReadOnly);
System\Windows\Forms\DataGridViewSelectedRowCollectionTests.cs (2)
185Assert.True(iList.IsReadOnly); 206Assert.True(iList.IsReadOnly);
System\Windows\Forms\ListBox.IntegerCollectionTests.cs (1)
44Assert.False(collection.IsReadOnly);
System\Windows\Forms\ListBox.ObjectCollectionTests.cs (1)
101Assert.False(collection.IsReadOnly);
System\Windows\Forms\ListBox.SelectedIndexCollectionTests.cs (1)
43Assert.True(collection.IsReadOnly);
System\Windows\Forms\ListBox.SelectedObjectCollectionTests.cs (1)
41Assert.True(((IList)_collection).IsReadOnly);
System\Windows\Forms\ListViewGroupCollectionTests.cs (1)
19Assert.False(collection.IsReadOnly);
System\Windows\Forms\ListViewSubItemCollectionTests.cs (1)
35Assert.False(collection.IsReadOnly);
System\Windows\Forms\TabControl.TabPageCollectionTests.cs (1)
1175Assert.False(iList.IsReadOnly);
System\Windows\Forms\TableLayoutStyleCollectionTests.cs (1)
20Assert.False(collection.IsReadOnly);
Test.Utilities (1)
src\Dependencies\Collections\Internal\IListCalls.cs (1)
36=> list.IsReadOnly;
Text.Analyzers (1)
src\Dependencies\Collections\Internal\IListCalls.cs (1)
36=> list.IsReadOnly;
WindowsBase.Tests (2)
System\ComponentModel\SortDescriptionCollectionTests.cs (2)
18Assert.False(((IList)collection).IsReadOnly); 783Assert.True(((IList)collection).IsReadOnly);