72 implementations of IsReadOnly
GenerateDocumentationAndConfigFiles (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Microsoft.Build (5)
Collections\ArrayDictionary.cs (1)
86public bool IsReadOnly => true;
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\5057ed6cf5d6323b\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Microsoft.Build.Framework (2)
Collections\CopyOnWriteDictionary.cs (1)
134bool IDictionary.IsReadOnly => IsReadOnly;
Collections\ReadOnlyEmptyDictionary.cs (1)
64public bool IsReadOnly
Microsoft.CodeAnalysis (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Microsoft.CodeAnalysis.Analyzers (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Microsoft.CodeAnalysis.CodeStyle (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Microsoft.CodeAnalysis.Extensions.Package (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Microsoft.CodeAnalysis.ResxSourceGenerator (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Microsoft.CodeAnalysis.Workspaces (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\MsDeploy\VsMsdeploy.cs (1)
375public bool IsReadOnly
PresentationBuildTasks (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsDictionary.cs (1)
447public bool IsReadOnly
PresentationCore (2)
System\Windows\Media\CharacterMetricsDictionary.cs (1)
74public bool IsReadOnly
System\Windows\Media\CultureSpecificStringDictionary.cs (1)
71public bool IsReadOnly
PresentationFramework (3)
System\Windows\Markup\Localizer\BamlLocalizationDictionary.cs (1)
165public bool IsReadOnly
System\Windows\Markup\XmlnsDictionary.cs (1)
447public bool IsReadOnly
System\Windows\ResourceDictionary.cs (1)
342public bool IsReadOnly
Roslyn.Diagnostics.Analyzers (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (1)
243bool IDictionary.IsReadOnly => false;
System\Collections\Generic\SortedDictionary.cs (1)
281bool IDictionary.IsReadOnly
System\Collections\Generic\SortedList.cs (1)
370bool IDictionary.IsReadOnly
System.Collections.Immutable (5)
System\Collections\Frozen\FrozenDictionary.cs (1)
464bool IDictionary.IsReadOnly => true;
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (1)
214bool IDictionary.IsReadOnly
System\Collections\Immutable\ImmutableDictionary_2.cs (1)
646bool IDictionary.IsReadOnly
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (1)
225bool IDictionary.IsReadOnly
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
551bool IDictionary.IsReadOnly
System.Collections.NonGeneric (2)
System\Collections\DictionaryBase.cs (1)
34bool IDictionary.IsReadOnly
System\Collections\SortedList.cs (1)
262public virtual bool IsReadOnly
System.Collections.Specialized (3)
System\Collections\Specialized\HybridDictionary.cs (1)
179public bool IsReadOnly
System\Collections\Specialized\ListDictionary.cs (1)
117public bool IsReadOnly
System\Collections\Specialized\OrderedDictionary.cs (1)
107public bool IsReadOnly
System.ComponentModel.TypeConverter (1)
System\ComponentModel\PropertyDescriptorCollection.cs (1)
438bool IDictionary.IsReadOnly => _readOnly;
System.Data.Common (1)
System\Data\Common\DbConnectionStringBuilder.cs (1)
203public bool IsReadOnly
System.Diagnostics.Process (1)
System\Collections\Specialized\DictionaryWrapper.cs (1)
43public bool IsReadOnly => ((IDictionary)_contents).IsReadOnly;
System.DirectoryServices (1)
System\DirectoryServices\PropertyCollection.cs (1)
125bool IDictionary.IsReadOnly => true;
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (1)
1737bool IDictionary.IsReadOnly => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
1746bool IDictionary.IsReadOnly => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
777public virtual bool IsReadOnly => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (1)
87public bool IsReadOnly => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyDictionary.cs (1)
143bool IDictionary.IsReadOnly => true;
27 references to IsReadOnly
CodeStyleConfigFileGenerator (1)
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
300if (!exception.Data.IsReadOnly)
GenerateDocumentationAndConfigFiles (2)
src\roslyn\src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
300if (!exception.Data.IsReadOnly)
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
Microsoft.Build.Framework (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.contracts\5.0.0-1.25277.114\contentFiles\cs\net9.0\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Microsoft.Build.Tasks.CodeAnalysis (1)
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
300if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis (2)
src\roslyn\src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
300if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.Analyzers (2)
src\roslyn\src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
300if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\roslyn\src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
300if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.CodeStyle (2)
src\roslyn\src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
300if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.Extensions.Package (2)
src\roslyn\src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
300if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\roslyn\src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
300if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.Workspaces (2)
src\roslyn\src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
300if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.Workspaces.MSBuild.Contracts (1)
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
300if (!exception.Data.IsReadOnly)
Roslyn.Diagnostics.Analyzers (2)
src\roslyn\src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\roslyn\src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
300if (!exception.Data.IsReadOnly)
System.Diagnostics.Process (1)
System\Collections\Specialized\DictionaryWrapper.cs (1)
43public bool IsReadOnly => ((IDictionary)_contents).IsReadOnly;
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Collection\IDictionaryConverter.cs (1)
42if (returnValue.IsReadOnly)
System.Threading.Tasks.Dataflow (1)
Internal\Common.cs (1)
280if (data != null && !data.IsFixedSize && !data.IsReadOnly && data[key] == null)
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
2169if (((IDictionary)props).IsReadOnly)