45 implementations of Entry
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectTable.cs (1)
370public DictionaryEntry Entry
GenerateDocumentationAndConfigFiles (2)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1252readonly DictionaryEntry IDictionaryEnumerator.Entry
Microsoft.Build (3)
Collections\ArrayDictionary.cs (1)
249DictionaryEntry IDictionaryEnumerator.Entry => CurrentDictionaryEntry;
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\5057ed6cf5d6323b\SegmentedDictionary`2.cs (1)
1252readonly DictionaryEntry IDictionaryEnumerator.Entry
Microsoft.CodeAnalysis (2)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1252readonly DictionaryEntry IDictionaryEnumerator.Entry
Microsoft.CodeAnalysis.Analyzers (2)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1252readonly DictionaryEntry IDictionaryEnumerator.Entry
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1252readonly DictionaryEntry IDictionaryEnumerator.Entry
Microsoft.CodeAnalysis.CodeStyle (2)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1252readonly DictionaryEntry IDictionaryEnumerator.Entry
Microsoft.CodeAnalysis.Extensions.Package (2)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1252readonly DictionaryEntry IDictionaryEnumerator.Entry
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1252readonly DictionaryEntry IDictionaryEnumerator.Entry
Microsoft.CodeAnalysis.Workspaces (2)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1252readonly DictionaryEntry IDictionaryEnumerator.Entry
PresentationCore (2)
System\Windows\Media\CharacterMetricsDictionary.cs (1)
579SC.DictionaryEntry SC.IDictionaryEnumerator.Entry
System\Windows\Media\CultureSpecificStringDictionary.cs (1)
398public SC.DictionaryEntry Entry
PresentationFramework (2)
System\Windows\Markup\Localizer\BamlLocalizationDictionary.cs (1)
43public DictionaryEntry Entry
System\Windows\ResourceDictionary.cs (1)
2179DictionaryEntry IDictionaryEnumerator.Entry
Roslyn.Diagnostics.Analyzers (2)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1252readonly DictionaryEntry IDictionaryEnumerator.Entry
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (1)
1418readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
System\Collections\Generic\SortedDictionary.cs (1)
499DictionaryEntry IDictionaryEnumerator.Entry
System\Collections\Generic\SortedList.cs (1)
810DictionaryEntry IDictionaryEnumerator.Entry
System.Collections.Immutable (1)
System\Collections\Immutable\DictionaryEnumerator.cs (1)
19public DictionaryEntry Entry
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
841public DictionaryEntry Entry
System.Collections.Specialized (2)
System\Collections\Specialized\ListDictionary.cs (1)
286public DictionaryEntry Entry
System\Collections\Specialized\OrderedDictionary.cs (1)
481public DictionaryEntry Entry
System.ComponentModel.TypeConverter (1)
System\ComponentModel\PropertyDescriptorCollection.cs (1)
601public DictionaryEntry Entry
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigurationElementCollection.cs (1)
1292DictionaryEntry IDictionaryEnumerator.Entry => _current;
System.DirectoryServices (1)
System\DirectoryServices\PropertyCollection.cs (1)
203public DictionaryEntry Entry
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (1)
2296public DictionaryEntry Entry => new DictionaryEntry(_enumerator.Current.Key, _enumerator.Current.Value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
1952DictionaryEntry IDictionaryEnumerator.Entry
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1449public DictionaryEntry Entry
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (1)
224public DictionaryEntry Entry
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyDictionary.cs (1)
225public DictionaryEntry Entry
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (1)
1098public DictionaryEntry Entry
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaObjectTable.cs (1)
340public DictionaryEntry Entry
System.Resources.Extensions (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (1)
1098public DictionaryEntry Entry
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\StatementContext.cs (1)
208public readonly DictionaryEntry Entry
23 references to Entry
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
47readonly object IEnumerator.Current => _returnType == ReturnType.DictionaryEntry ? ((IDictionaryEnumerator)this).Entry : Current;
Microsoft.AspNetCore.Components.Server (2)
src\aspnetcore\src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\Utilities.cs (2)
72public DictionaryEntry Current => this.enumerator.Entry; 74object IEnumerator.Current => this.enumerator.Entry;
Microsoft.Build (1)
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
47readonly object IEnumerator.Current => _returnType == ReturnType.DictionaryEntry ? ((IDictionaryEnumerator)this).Entry : Current;
Microsoft.Build.Framework (2)
BackEnd\CommunicationsUtilities.cs (2)
278DictionaryEntry entry = enumerator.Entry; 299DictionaryEntry entry = enumerator.Entry;
Microsoft.CodeAnalysis (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
47readonly object IEnumerator.Current => _returnType == ReturnType.DictionaryEntry ? ((IDictionaryEnumerator)this).Entry : Current;
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
47readonly object IEnumerator.Current => _returnType == ReturnType.DictionaryEntry ? ((IDictionaryEnumerator)this).Entry : Current;
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
47readonly object IEnumerator.Current => _returnType == ReturnType.DictionaryEntry ? ((IDictionaryEnumerator)this).Entry : Current;
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
47readonly object IEnumerator.Current => _returnType == ReturnType.DictionaryEntry ? ((IDictionaryEnumerator)this).Entry : Current;
Microsoft.CodeAnalysis.Extensions.Package (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
47readonly object IEnumerator.Current => _returnType == ReturnType.DictionaryEntry ? ((IDictionaryEnumerator)this).Entry : Current;
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
47readonly object IEnumerator.Current => _returnType == ReturnType.DictionaryEntry ? ((IDictionaryEnumerator)this).Entry : Current;
Microsoft.CodeAnalysis.Scripting (1)
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (1)
589var entry = enumerator.Entry;
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
47readonly object IEnumerator.Current => _returnType == ReturnType.DictionaryEntry ? ((IDictionaryEnumerator)this).Entry : Current;
Microsoft.Extensions.Configuration.EnvironmentVariables (2)
EnvironmentVariablesConfigurationProvider.cs (2)
93string key = (string)e.Entry.Key; 94string? value = (string?)e.Entry.Value;
PresentationFramework (1)
System\Windows\ResourceDictionary.cs (1)
2161return ((IDictionaryEnumerator)this).Entry;
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
47readonly object IEnumerator.Current => _returnType == ReturnType.DictionaryEntry ? ((IDictionaryEnumerator)this).Entry : Current;
System.ComponentModel.TypeConverter (1)
System\ComponentModel\ReflectTypeDescriptionProvider.cs (1)
1477DictionaryEntry de = e.Entry;
System.Diagnostics.Process (1)
System\Diagnostics\ProcessStartInfo.cs (1)
111DictionaryEntry entry = e.Entry;
System.Net.Requests (1)
System\Net\TimerThread.cs (1)
140DictionaryEntry pair = e.Entry;
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\XmlObjectSerializerWriteContextComplexJson.cs (1)
226DictionaryEntry entry = e.Entry;
System.Xaml (1)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
748yield return enumerator.Entry;