67 implementations of IsFixedSize
Microsoft.Build (3)
Collections\ArrayDictionary.cs (1)
88bool IDictionary.IsFixedSize => true;
CopyOnWriteDictionary.cs (1)
134bool IDictionary.IsFixedSize => false;
ReadOnlyEmptyDictionary.cs (1)
93public bool IsFixedSize
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskThatReturnsDictionaryTaskItem.cs (1)
98public bool IsFixedSize => false;
Microsoft.Build.Framework (3)
ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsFixedSize => true;
ImmutableSegmentedDictionary`2+Builder.cs (1)
78bool IDictionary.IsFixedSize => false;
SegmentedDictionary`2.cs (1)
1009bool IDictionary.IsFixedSize => false;
Microsoft.Build.Tasks.Core (2)
CopyOnWriteDictionary.cs (1)
134bool IDictionary.IsFixedSize => false;
ReadOnlyEmptyDictionary.cs (1)
93public bool IsFixedSize
Microsoft.Build.Utilities.Core (2)
CopyOnWriteDictionary.cs (1)
134bool IDictionary.IsFixedSize => false;
ReadOnlyEmptyDictionary.cs (1)
93public bool IsFixedSize
Microsoft.CodeAnalysis (4)
src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsFixedSize => true;
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsFixedSize => IDictionaryCalls.IsFixedSize(ref _builder);
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsFixedSize => false;
src\Dependencies\Collections\SegmentedDictionary`2.cs (1)
1043bool IDictionary.IsFixedSize => false;
Microsoft.CodeAnalysis.CodeStyle (4)
src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsFixedSize => true;
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsFixedSize => IDictionaryCalls.IsFixedSize(ref _builder);
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsFixedSize => false;
src\Dependencies\Collections\SegmentedDictionary`2.cs (1)
1043bool IDictionary.IsFixedSize => false;
Microsoft.CodeAnalysis.Collections.Package (4)
ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsFixedSize => true;
ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsFixedSize => IDictionaryCalls.IsFixedSize(ref _builder);
ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsFixedSize => false;
SegmentedDictionary`2.cs (1)
1043bool IDictionary.IsFixedSize => false;
Microsoft.CodeAnalysis.Scripting.TestUtilities (1)
ObjectFormatterFixtures\Custom.cs (1)
385public bool IsFixedSize
Microsoft.CodeAnalysis.Workspaces (4)
src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsFixedSize => true;
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsFixedSize => IDictionaryCalls.IsFixedSize(ref _builder);
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsFixedSize => false;
src\Dependencies\Collections\SegmentedDictionary`2.cs (1)
1043bool IDictionary.IsFixedSize => false;
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (4)
src\Dependencies\Collections\ImmutableSegmentedDictionary`2.cs (1)
112bool IDictionary.IsFixedSize => true;
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+Builder.cs (1)
55bool IDictionary.IsFixedSize => IDictionaryCalls.IsFixedSize(ref _builder);
src\Dependencies\Collections\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
76readonly bool IDictionary.IsFixedSize => false;
src\Dependencies\Collections\SegmentedDictionary`2.cs (1)
1043bool IDictionary.IsFixedSize => false;
MSBuild (2)
CopyOnWriteDictionary.cs (1)
134bool IDictionary.IsFixedSize => false;
ReadOnlyEmptyDictionary.cs (1)
93public bool IsFixedSize
MSBuildTaskHost (3)
CopyOnWriteDictionary.cs (1)
134bool IDictionary.IsFixedSize => false;
Immutable\ImmutableDictionary.cs (1)
52public bool IsFixedSize => true;
ReadOnlyEmptyDictionary.cs (1)
93public bool IsFixedSize
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsDictionary.cs (1)
440public bool IsFixedSize
PresentationCore (2)
System\Windows\Media\CharacterMetricsDictionary.cs (1)
266bool SC.IDictionary.IsFixedSize
System\Windows\Media\CultureSpecificStringDictionary.cs (1)
235bool SC.IDictionary.IsFixedSize
PresentationFramework (3)
System\Windows\Markup\Localizer\BamlLocalizationDictionary.cs (1)
157public bool IsFixedSize
System\Windows\Markup\XmlnsDictionary.cs (1)
440public bool IsFixedSize
System\Windows\ResourceDictionary.cs (1)
331public bool IsFixedSize
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (1)
255bool IDictionary.IsFixedSize => false;
System\Collections\Generic\SortedDictionary.cs (1)
276bool IDictionary.IsFixedSize
System\Collections\Generic\SortedList.cs (1)
375bool IDictionary.IsFixedSize
System.Collections.Concurrent (1)
System\Collections\Concurrent\ConcurrentDictionary.cs (1)
1752bool IDictionary.IsFixedSize => false;
System.Collections.Immutable (5)
System\Collections\Frozen\FrozenDictionary.cs (1)
421bool IDictionary.IsFixedSize => true;
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (1)
208bool IDictionary.IsFixedSize
System\Collections\Immutable\ImmutableDictionary_2.cs (1)
629bool IDictionary.IsFixedSize
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (1)
219bool IDictionary.IsFixedSize
System\Collections\Immutable\ImmutableSortedDictionary_2.cs (1)
541bool IDictionary.IsFixedSize
System.Collections.NonGeneric (2)
System\Collections\DictionaryBase.cs (1)
39bool IDictionary.IsFixedSize
System\Collections\SortedList.cs (1)
267public virtual bool IsFixedSize
System.Collections.Specialized (3)
System\Collections\Specialized\HybridDictionary.cs (1)
187public bool IsFixedSize
System\Collections\Specialized\ListDictionary.cs (1)
125public bool IsFixedSize
System\Collections\Specialized\OrderedDictionary.cs (1)
96bool IDictionary.IsFixedSize
System.ComponentModel.TypeConverter (1)
System\ComponentModel\PropertyDescriptorCollection.cs (1)
436bool IDictionary.IsFixedSize => _readOnly;
System.Data.Common (1)
System\Data\Common\DbConnectionStringBuilder.cs (1)
206public virtual bool IsFixedSize
System.Diagnostics.Process (1)
System\Collections\Specialized\DictionaryWrapper.cs (1)
39public bool IsFixedSize => ((IDictionary)_contents).IsFixedSize;
System.DirectoryServices (1)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (1)
373bool System.Collections.IDictionary.IsFixedSize { 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)
1635bool IDictionary.IsFixedSize => false;
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
779public virtual bool IsFixedSize => false;
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (1)
89public bool IsFixedSize => false;
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyDictionary.cs (1)
141bool IDictionary.IsFixedSize => true;
src\System\Collections\EmptyReadOnlyDictionaryInternal.cs (1)
98public bool IsFixedSize => true;
System.Xaml.Tests (1)
System\Xaml\XamlTypeTests.cs (1)
3263public bool IsFixedSize => throw new NotImplementedException();
12 references to IsFixedSize
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
23=> dictionary.IsFixedSize;
Microsoft.CodeAnalysis.CodeStyle (1)
src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
23=> dictionary.IsFixedSize;
Microsoft.CodeAnalysis.Collections.Package (1)
Internal\IDictionaryCalls.cs (1)
23=> dictionary.IsFixedSize;
Microsoft.CodeAnalysis.UnitTests (2)
Collections\ImmutableDictionaryBuilderTestBase.cs (1)
188Assert.False(dictionary.IsFixedSize);
Collections\ImmutableDictionaryTestBase.cs (1)
176Assert.True(dictionary.IsFixedSize);
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
23=> dictionary.IsFixedSize;
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
23=> dictionary.IsFixedSize;
System.Diagnostics.Process (1)
System\Collections\Specialized\DictionaryWrapper.cs (1)
39public bool IsFixedSize => ((IDictionary)_contents).IsFixedSize;
System.Threading.Tasks.Dataflow (1)
Internal\Common.cs (1)
280if (data != null && !data.IsFixedSize && !data.IsReadOnly && data[key] == null)
System.Windows.Forms.Design.Tests (3)
System\Drawing\Design\ToolboxItemTests.cs (3)
33Assert.False(item.Properties.IsFixedSize); 1453Assert.True(item.Properties.IsFixedSize); 1459Assert.True(item.Properties.IsFixedSize);