72 implementations of IsFixedSize
GenerateDocumentationAndConfigFiles (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
114bool IDictionary.IsFixedSize => true;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
57bool IDictionary.IsFixedSize => IDictionaryCalls.IsFixedSize(ref _builder);
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
78readonly bool IDictionary.IsFixedSize => false;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1045bool IDictionary.IsFixedSize => false;
Microsoft.Build (5)
Collections\ArrayDictionary.cs (1)
88bool IDictionary.IsFixedSize => true;
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2.cs (1)
114bool IDictionary.IsFixedSize => true;
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+Builder.cs (1)
57bool IDictionary.IsFixedSize => IDictionaryCalls.IsFixedSize(ref _builder);
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
78readonly bool IDictionary.IsFixedSize => false;
src\5057ed6cf5d6323b\SegmentedDictionary`2.cs (1)
1045bool IDictionary.IsFixedSize => false;
Microsoft.Build.Framework (2)
Collections\CopyOnWriteDictionary.cs (1)
129bool IDictionary.IsFixedSize => false;
Collections\ReadOnlyEmptyDictionary.cs (1)
82public bool IsFixedSize
Microsoft.CodeAnalysis (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
114bool IDictionary.IsFixedSize => true;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
57bool IDictionary.IsFixedSize => IDictionaryCalls.IsFixedSize(ref _builder);
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
78readonly bool IDictionary.IsFixedSize => false;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1045bool IDictionary.IsFixedSize => false;
Microsoft.CodeAnalysis.Analyzers (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
114bool IDictionary.IsFixedSize => true;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
57bool IDictionary.IsFixedSize => IDictionaryCalls.IsFixedSize(ref _builder);
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
78readonly bool IDictionary.IsFixedSize => false;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1045bool IDictionary.IsFixedSize => false;
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
114bool IDictionary.IsFixedSize => true;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
57bool IDictionary.IsFixedSize => IDictionaryCalls.IsFixedSize(ref _builder);
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
78readonly bool IDictionary.IsFixedSize => false;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1045bool IDictionary.IsFixedSize => false;
Microsoft.CodeAnalysis.CodeStyle (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
114bool IDictionary.IsFixedSize => true;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
57bool IDictionary.IsFixedSize => IDictionaryCalls.IsFixedSize(ref _builder);
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
78readonly bool IDictionary.IsFixedSize => false;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1045bool IDictionary.IsFixedSize => false;
Microsoft.CodeAnalysis.Extensions.Package (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
114bool IDictionary.IsFixedSize => true;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
57bool IDictionary.IsFixedSize => IDictionaryCalls.IsFixedSize(ref _builder);
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
78readonly bool IDictionary.IsFixedSize => false;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1045bool IDictionary.IsFixedSize => false;
Microsoft.CodeAnalysis.ResxSourceGenerator (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
114bool IDictionary.IsFixedSize => true;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
57bool IDictionary.IsFixedSize => IDictionaryCalls.IsFixedSize(ref _builder);
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
78readonly bool IDictionary.IsFixedSize => false;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1045bool IDictionary.IsFixedSize => false;
Microsoft.CodeAnalysis.Workspaces (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
114bool IDictionary.IsFixedSize => true;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
57bool IDictionary.IsFixedSize => IDictionaryCalls.IsFixedSize(ref _builder);
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
78readonly bool IDictionary.IsFixedSize => false;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1045bool IDictionary.IsFixedSize => false;
Microsoft.NET.Sdk.Publish.Tasks (1)
Tasks\MsDeploy\VsMsdeploy.cs (1)
370public bool IsFixedSize
PresentationBuildTasks (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XmlnsDictionary.cs (1)
439public bool IsFixedSize
PresentationCore (2)
System\Windows\Media\CharacterMetricsDictionary.cs (1)
265bool SC.IDictionary.IsFixedSize
System\Windows\Media\CultureSpecificStringDictionary.cs (1)
234bool SC.IDictionary.IsFixedSize
PresentationFramework (3)
System\Windows\Markup\Localizer\BamlLocalizationDictionary.cs (1)
156public bool IsFixedSize
System\Windows\Markup\XmlnsDictionary.cs (1)
439public bool IsFixedSize
System\Windows\ResourceDictionary.cs (1)
334public bool IsFixedSize
Roslyn.Diagnostics.Analyzers (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2.cs (1)
114bool IDictionary.IsFixedSize => true;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Builder.cs (1)
57bool IDictionary.IsFixedSize => IDictionaryCalls.IsFixedSize(ref _builder);
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueBuilder.cs (1)
78readonly bool IDictionary.IsFixedSize => false;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1045bool IDictionary.IsFixedSize => false;
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (1)
249bool IDictionary.IsFixedSize => false;
System\Collections\Generic\SortedDictionary.cs (1)
276bool IDictionary.IsFixedSize
System\Collections\Generic\SortedList.cs (1)
375bool IDictionary.IsFixedSize
System.Collections.Immutable (5)
System\Collections\Frozen\FrozenDictionary.cs (1)
467bool IDictionary.IsFixedSize => true;
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (1)
204bool IDictionary.IsFixedSize
System\Collections\Immutable\ImmutableDictionary_2.cs (1)
636bool IDictionary.IsFixedSize
System\Collections\Immutable\ImmutableSortedDictionary_2.Builder.cs (1)
215bool 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)
209public virtual bool IsFixedSize
System.Diagnostics.Process (1)
System\Collections\Specialized\DictionaryWrapper.cs (1)
45public bool IsFixedSize => ((IDictionary)_contents).IsFixedSize;
System.DirectoryServices (1)
System\DirectoryServices\PropertyCollection.cs (1)
123bool IDictionary.IsFixedSize => true;
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (1)
1727bool IDictionary.IsFixedSize => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
1744bool IDictionary.IsFixedSize => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
779public virtual bool IsFixedSize => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (1)
89public bool IsFixedSize => false;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyDictionary.cs (1)
141bool IDictionary.IsFixedSize => true;
12 references to IsFixedSize
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
25=> dictionary.IsFixedSize;
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Internal\IDictionaryCalls.cs (1)
25=> dictionary.IsFixedSize;
Microsoft.CodeAnalysis (1)
src\roslyn\src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
25=> dictionary.IsFixedSize;
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
25=> dictionary.IsFixedSize;
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
25=> dictionary.IsFixedSize;
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
25=> dictionary.IsFixedSize;
Microsoft.CodeAnalysis.Extensions.Package (1)
src\roslyn\src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
25=> dictionary.IsFixedSize;
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
25=> dictionary.IsFixedSize;
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
25=> dictionary.IsFixedSize;
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Dependencies\Collections\Internal\IDictionaryCalls.cs (1)
25=> dictionary.IsFixedSize;
System.Diagnostics.Process (1)
System\Collections\Specialized\DictionaryWrapper.cs (1)
45public bool IsFixedSize => ((IDictionary)_contents).IsFixedSize;
System.Threading.Tasks.Dataflow (1)
Internal\Common.cs (1)
280if (data != null && !data.IsFixedSize && !data.IsReadOnly && data[key] == null)