110 implementations of IsReadOnly
GenerateDocumentationAndConfigFiles (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Metrics (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Metrics.Legacy (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Microsoft.CodeAnalysis (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Microsoft.CodeAnalysis.Analyzers (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Microsoft.CodeAnalysis.BannedApiAnalyzers (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Microsoft.CodeAnalysis.CodeStyle (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Microsoft.CodeAnalysis.Collections.Package (4)
Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Microsoft.CodeAnalysis.Extensions.Package (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Microsoft.CodeAnalysis.InteractiveHost (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Microsoft.CodeAnalysis.PublicApiAnalyzers (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Microsoft.CodeAnalysis.ResxSourceGenerator (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Microsoft.CodeAnalysis.Scripting.TestUtilities (1)
ObjectFormatterFixtures\Custom.cs (1)
390public bool IsReadOnly
Microsoft.CodeAnalysis.Threading.Package (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Microsoft.CodeAnalysis.Workspaces (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
PresentationBuildTasks (1)
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)
338public bool IsReadOnly
Roslyn.Diagnostics.Analyzers (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (1)
248bool IDictionary.IsReadOnly => false;
System\Collections\Generic\SortedDictionary.cs (1)
281bool IDictionary.IsReadOnly
System\Collections\Generic\SortedList.cs (1)
370bool IDictionary.IsReadOnly
System.Collections.Concurrent (1)
System\Collections\Concurrent\ConcurrentDictionary.cs (1)
1737bool IDictionary.IsReadOnly => false;
System.Collections.Immutable (5)
System\Collections\Frozen\FrozenDictionary.cs (1)
463bool IDictionary.IsReadOnly => true;
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (1)
218bool IDictionary.IsReadOnly
System\Collections\Immutable\ImmutableDictionary_2.cs (1)
646bool IDictionary.IsReadOnly
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (1)
229bool 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.DirectoryServices (1)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (1)
374bool System.Collections.IDictionary.IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
1637bool IDictionary.IsReadOnly => false;
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
777public virtual bool IsReadOnly => false;
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (1)
87public bool IsReadOnly => false;
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyDictionary.cs (1)
143bool IDictionary.IsReadOnly => true;
src\System\Collections\EmptyReadOnlyDictionaryInternal.cs (1)
96public bool IsReadOnly => true;
System.Xaml.Tests (1)
System\Xaml\XamlTypeTests.cs (1)
3261public bool IsReadOnly => throw new NotImplementedException();
Test.Utilities (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
Text.Analyzers (4)
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsReadOnly => true;
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsReadOnly => IDictionaryCalls.IsReadOnly(ref _builder);
src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsReadOnly => false;
src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1047bool IDictionary.IsReadOnly => false;
61 references to IsReadOnly
BuildActionTelemetryTable (1)
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
CodeStyleConfigFileGenerator (1)
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
GenerateDocumentationAndConfigFiles (2)
src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Metrics (2)
src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Metrics.Legacy (2)
src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Microsoft.Build.Framework (1)
FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Microsoft.Build.Tasks.CodeAnalysis.Sdk (1)
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis (2)
src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.Analyzers (2)
src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.CodeStyle (2)
src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.Collections.Package (2)
Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.Contracts.Package (1)
ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.Debugging.Package (1)
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (1)
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.Extensions.Package (2)
src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.InteractiveHost (2)
src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (2)
src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.PooledObjects.Package (1)
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.Threading.Package (2)
src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableDictionaryBuilderTestBase.cs (1)
189Assert.False(dictionary.IsReadOnly);
Collections\ImmutableDictionaryTestBase.cs (1)
177Assert.True(dictionary.IsReadOnly);
Microsoft.CodeAnalysis.Workspaces (2)
src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Replay (1)
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Roslyn.Diagnostics.Analyzers (2)
src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
SemanticSearch.BuildTask (1)
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.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)
System.Windows.Forms.Design.Tests (3)
System\Drawing\Design\ToolboxItemTests.cs (3)
36Assert.False(item.Properties.IsReadOnly); 1456Assert.True(item.Properties.IsReadOnly); 1462Assert.True(item.Properties.IsReadOnly);
Test.Utilities (2)
src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)
Text.Analyzers (2)
src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
29=> dictionary.IsReadOnly;
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (1)
297if (!exception.Data.IsReadOnly)