45 implementations of Value
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectTable.cs (1)
402public object Value
GenerateDocumentationAndConfigFiles (2)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
53readonly object? IDictionaryEnumerator.Value => Current.Value;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1278readonly object? IDictionaryEnumerator.Value
Microsoft.Build (3)
Collections\ArrayDictionary.cs (1)
247object IDictionaryEnumerator.Value => _dictionary.values[_position];
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
53readonly object? IDictionaryEnumerator.Value => Current.Value;
src\5057ed6cf5d6323b\SegmentedDictionary`2.cs (1)
1278readonly object? IDictionaryEnumerator.Value
Microsoft.CodeAnalysis (2)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
53readonly object? IDictionaryEnumerator.Value => Current.Value;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1278readonly object? IDictionaryEnumerator.Value
Microsoft.CodeAnalysis.Analyzers (2)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
53readonly object? IDictionaryEnumerator.Value => Current.Value;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1278readonly object? IDictionaryEnumerator.Value
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
53readonly object? IDictionaryEnumerator.Value => Current.Value;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1278readonly object? IDictionaryEnumerator.Value
Microsoft.CodeAnalysis.CodeStyle (2)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
53readonly object? IDictionaryEnumerator.Value => Current.Value;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1278readonly object? IDictionaryEnumerator.Value
Microsoft.CodeAnalysis.Extensions.Package (2)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
53readonly object? IDictionaryEnumerator.Value => Current.Value;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1278readonly object? IDictionaryEnumerator.Value
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
53readonly object? IDictionaryEnumerator.Value => Current.Value;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1278readonly object? IDictionaryEnumerator.Value
Microsoft.CodeAnalysis.Workspaces (2)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
53readonly object? IDictionaryEnumerator.Value => Current.Value;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1278readonly object? IDictionaryEnumerator.Value
PresentationCore (2)
System\Windows\Media\CharacterMetricsDictionary.cs (1)
596object SC.IDictionaryEnumerator.Value
System\Windows\Media\CultureSpecificStringDictionary.cs (1)
415public object Value
PresentationFramework (2)
System\Windows\Markup\Localizer\BamlLocalizationDictionary.cs (1)
98object IDictionaryEnumerator.Value
System\Windows\ResourceDictionary.cs (1)
2197object IDictionaryEnumerator.Value
Roslyn.Diagnostics.Analyzers (2)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
53readonly object? IDictionaryEnumerator.Value => Current.Value;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (1)
1278readonly object? IDictionaryEnumerator.Value
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (1)
1424readonly object? IDictionaryEnumerator.Value => Current.Value;
System\Collections\Generic\SortedDictionary.cs (1)
486object? IDictionaryEnumerator.Value
System\Collections\Generic\SortedList.cs (1)
845object? IDictionaryEnumerator.Value
System.Collections.Immutable (1)
System\Collections\Immutable\DictionaryEnumerator.cs (1)
29public object? Value
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
866public object? Value
System.Collections.Specialized (2)
System\Collections\Specialized\ListDictionary.cs (1)
310public object? Value
System\Collections\Specialized\OrderedDictionary.cs (1)
505public object? Value
System.ComponentModel.TypeConverter (1)
System\ComponentModel\PropertyDescriptorCollection.cs (1)
612public object Value => _owner[_index].Name;
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigurationElementCollection.cs (1)
1296object IDictionaryEnumerator.Value => _current.Value;
System.DirectoryServices (1)
System\DirectoryServices\PropertyCollection.cs (1)
216public object Value => Entry.Value!;
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (1)
2300public object? Value => _enumerator.Current.Value;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
1978object? IDictionaryEnumerator.Value
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (1)
1475public object? Value
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (1)
248public object? Value
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyDictionary.cs (1)
232public object? Value => _enumerator.Current.Value;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (1)
1135public object? Value
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaObjectTable.cs (1)
372public object? Value
System.Resources.Extensions (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (1)
1135public object? Value
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\StatementContext.cs (1)
234public readonly object? Value => Entry.Value;
45 references to Value
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
605SchemaAttDef attdef = (SchemaAttDef)attrDefs.Value; 1625SchemaAttDef attdef = (SchemaAttDef)attrDefs.Value;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (2)
666SchemaElementDecl elementDecl = (SchemaElementDecl)elementDecls.Value; 672SchemaAttDef attdef = (SchemaAttDef)attDefs.Value;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCollection.cs (3)
207XmlSchemaCollectionNode node = (XmlSchemaCollectionNode)enumerator.Value; 502XmlSchemaCollectionNode n = (XmlSchemaCollectionNode)_enumerator.Value; 514XmlSchemaCollectionNode n = (XmlSchemaCollectionNode)_enumerator.Value;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (1)
1474get { return new KeyValue<object, object>(_enumerator.Key, _enumerator.Value); }
ILCompiler.Compiler (1)
Compiler\SubstitutionProvider.cs (1)
231if (enumerator.Key is string key && enumerator.Value is string value)
PresentationCore (1)
System\Windows\GlobalEventManager.cs (1)
131FrugalObjectList<RoutedEvent> ownerRoutedEventList = (FrugalObjectList<RoutedEvent>)htEnumerator.Value;
PresentationFramework (2)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (1)
499PropertyRecord pr = (PropertyRecord)ide.Value;
MS\Internal\Data\ValueChangedEventManager.cs (1)
197ValueChangedRecord record = (ValueChangedRecord)ide.Value;
System.Collections.Specialized (1)
System\Collections\Specialized\HybridDictionary.cs (1)
134newTable.Add(en.Key, en.Value);
System.Configuration.ConfigurationManager (3)
System\Diagnostics\ListenerElementsCollection.cs (1)
254string xmlValue = (string)e.Value;
System\Diagnostics\SourceElementsCollection.cs (1)
105string xmlValue = (string)e.Value;
System\Diagnostics\SwitchElementsCollection.cs (1)
69string xmlValue = (string)e.Value;
System.Data.Common (1)
System\Data\Merger.cs (1)
618dst[srcDE.Key] = srcDE.Value;
System.Net.Primitives (4)
System\Net\CookieContainer.cs (4)
482pathList = (PathList)enumerator.Value!; 489CookieCollection cc = (CookieCollection)e.Value!; 657PathList list = (PathList)lists.Value!; 663result.Add((CookieCollection)collections.Value!);
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (2)
354Add(e.Key, e.Value); 364Add(e.Key, e.Value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ResourceSet.cs (1)
194_table.Add(en.Key, en.Value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Security\SecurityElement.cs (1)
112string? attrValue = (string?)enumerator.Value;
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\CollectionDataContract.cs (1)
1609public KeyValue<object, object?> Current => new KeyValue<object, object?>(_enumerator.Key, _enumerator.Value);
System.Private.Xml (7)
System\Xml\Schema\XmlSchemaCollection.cs (3)
184XmlSchemaCollectionNode node = (XmlSchemaCollectionNode)enumerator.Value!; 433XmlSchemaCollectionNode? n = (XmlSchemaCollectionNode?)_enumerator.Value; 445XmlSchemaCollectionNode? n = (XmlSchemaCollectionNode?)_enumerator.Value;
System\Xml\Xsl\XsltOld\Stylesheet.cs (4)
220Debug.Assert(enumerator.Value is TemplateManager); 221TemplateManager manager = (TemplateManager)enumerator.Value; 251TemplateManager manager = (TemplateManager)enumerator.Value!; 267TemplateAction template = (TemplateAction)enumerator.Value!;
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Collection\IDictionaryConverter.cs (1)
94object? element = enumerator.Value;
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Regex.cs (1)
484result[(int)de.Value!] = (int)de.Key;
System\Text\RegularExpressions\RegexAssemblyCompiler.cs (1)
217Ldc((int)en.Value!);
System.Transactions.Local (4)
System\Transactions\Oletx\OletxResourceManager.cs (1)
244enlistment = enlistEnum.Value as OletxEnlistment;
System\Transactions\Oletx\OletxTransactionManager.cs (2)
728WeakReference? txWeakRef = (WeakReference?)tableEnum.Value; 767OletxResourceManager? oletxRM = (OletxResourceManager?)tableEnum.Value;
System\Transactions\TransactionManager.cs (1)
70WeakReference weakRef = (WeakReference)e.Value!;
System.Windows.Forms.Design (3)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
385object? resourceObject = de.Value;
System\ComponentModel\Design\Serialization\ResourceCodeDomSerializer.SerializationResourceManager.cs (2)
249object? value = resEnum.Value; 335_metadata[(string)de.Key] = de.Value;
System.Xaml (2)
System\Xaml\NameScope.cs (1)
278return new KeyValuePair<string, object>((string)_enumerator.Key, _enumerator.Value);
System\Xaml\NameScopeDictionary.cs (1)
172return new KeyValuePair<string, object>((string)dictionaryEnumerator.Key, dictionaryEnumerator.Value);