1 write to Value
Microsoft.ML.Tokenizers (1)
Utils\LruCache.cs (1)
103cached.Value = new KeyValuePair<string, TValue>(key, value);
72 references to Value
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\MruCache.cs (2)
75TKey keyRemove = _mruList.Last.Value; 143if (_mruEntry.node != null && key != null && key.Equals(_mruEntry.node.Value))
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxNodeExtensions.cs (1)
114var currentNode = nodes.First!.Value;
Microsoft.Build (2)
Evaluation\ProjectRootElementCache.cs (2)
579if (Object.ReferenceEquals(node.Value, projectRootElement)) 597DebugTraceCache("Shedding: ", node.Value.FullPath);
Microsoft.CodeAnalysis (1)
InternalUtilities\ConcurrentLruCache.cs (1)
105_cache.Remove(lastNode!.Value);
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxNodeExtensions.cs (1)
114var currentNode = nodes.First!.Value;
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxNodeExtensions.cs (1)
114var currentNode = nodes.First!.Value;
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxNodeExtensions.cs (1)
114var currentNode = nodes.First!.Value;
Microsoft.CodeAnalysis.Razor.Compiler (7)
Language\CodeGeneration\CodeWriter.cs (7)
90lastPage = _pages.Last!.Value; 337return page.Value[chunkIndex].Span[charIndex]; 347return page.Value[chunkIndex].Span[charIndex]; 363var chunks = page.Value.AsSpan(chunkIndex); 416var chunks = page.Value.AsSpan(chunkIndex); 509var chunks = page.Value.AsSpan(chunkIndex); 534chunks = (page?.Value ?? []).AsSpan();
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxNodeExtensions.cs (1)
114var currentNode = nodes.First!.Value;
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxNodeExtensions.cs (1)
114var currentNode = nodes.First!.Value;
Microsoft.ML.Core (3)
Utilities\LruCache.cs (3)
47Contracts.Assert(key.GetHashCode() == node.Value.Key.GetHashCode()); 50value = node.Value.Value; 71_cache.Remove(node.Value.Key);
Microsoft.ML.Data (1)
Model\Pfa\SavePfaCommand.cs (1)
143Host.Assert(transforms.Count == 0 || transforms.Last.Value == end);
Microsoft.ML.OnnxConverter (1)
SaveOnnxCommand.cs (1)
335Host.Assert(transforms.Count == 0 || transforms.Last.Value == end);
Microsoft.ML.Tokenizers (3)
Utils\LruCache.cs (3)
55value = cached.Value.Value; 82value = cached.Value.Value; 113_cache.Remove(new StringSpanOrdinalKey(nodeToEvict!.Value.Key));
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\CompilerServices\CacheDict.vb (1)
33_dict.Remove(last.Value)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (2)
1594Return node.Value 1597_dict.Remove(_list.Last.Value)
Microsoft.Web.XmlTransform (8)
XmlFormatter.cs (8)
67return indents.Last.Value; 341currentIndent = indents.Last.Value; 344currentAttributeIndent = attributeIndents.Last.Value; 423if (currentIndentNode.Value.StartsWith(previousIndentNode.Value, StringComparison.Ordinal)) { 424return currentIndentNode.Value.Substring(previousIndentNode.Value.Length); 431return ConvertIndentToTab(currentIndentNode.Value);
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxNodeExtensions.cs (1)
114var currentNode = nodes.First!.Value;
rzc (1)
ConcurrentLruCache.cs (1)
161_cache.Remove(lastNode.Value);
System.Data.Common (4)
System\Data\SortExpressionBuilder.cs (4)
134if (selector == _currentSelector!.Value) 147if (comparer == _currentComparer!.Value) 169if (selector == _currentSelector!.Value) 182if (comparer == _currentComparer!.Value)
System.IO.Packaging (1)
System\IO\Packaging\OrderedDictionary.cs (1)
61value = node.Value;
System.Net.Requests (1)
System\Net\TimerThread.cs (1)
522TimerQueue? queue = (TimerQueue?)node.Value.Target;
System.ServiceModel.Primitives (2)
Internals\System\Runtime\MruCache.cs (2)
97TKey keyRemove = _mruList.Last.Value; 196if (_mruEntry.node != null && key != null && key.Equals(_mruEntry.node.Value))
System.Windows.Forms (25)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarAccessibleObject.cs (3)
93if (_monthCalendarAccessibleObject.CalendarsAccessibleObjects?.Last?.Value == this 110=> _monthCalendarAccessibleObject.CalendarsAccessibleObjects?.Find(this)?.Next?.Value 117: _monthCalendarAccessibleObject.CalendarsAccessibleObjects?.Find(this)?.Previous?.Value,
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarBodyAccessibleObject.cs (3)
76NavigateDirection.NavigateDirection_FirstChild => RowsAccessibleObjects?.First?.Value, 77NavigateDirection.NavigateDirection_LastChild => RowsAccessibleObjects?.Last?.Value, 92return RowsAccessibleObjects?.First?.Value.CellsAccessibleObjects?.ToArray();
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarCellAccessibleObject.cs (3)
96=> _calendarRowAccessibleObject.CellsAccessibleObjects?.Find(this)?.Next?.Value, 100: _calendarRowAccessibleObject.CellsAccessibleObjects?.Find(this)?.Previous?.Value, 115CalendarRowAccessibleObject? topRow = _calendarBodyAccessibleObject.RowsAccessibleObjects?.First?.Value;
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarDayOfWeekCellAccessibleObject.cs (2)
42NavigateDirection.NavigateDirection_NextSibling => _calendarRowAccessibleObject.CellsAccessibleObjects?.Find(this)?.Next?.Value, 43NavigateDirection.NavigateDirection_PreviousSibling => _calendarRowAccessibleObject.CellsAccessibleObjects?.Find(this)?.Previous?.Value,
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarNextButtonAccessibleObject.cs (1)
39NavigateDirection.NavigateDirection_NextSibling => _monthCalendarAccessibleObject.CalendarsAccessibleObjects?.First?.Value,
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarRowAccessibleObject.cs (7)
128CalendarCellAccessibleObject? cell = CellsAccessibleObjects?.First?.Value; 146=> _calendarBodyAccessibleObject.RowsAccessibleObjects?.Find(this)?.Next?.Value, 148=> _calendarBodyAccessibleObject.RowsAccessibleObjects?.Find(this)?.Previous?.Value, 152: CellsAccessibleObjects?.First?.Value, 153NavigateDirection.NavigateDirection_LastChild => CellsAccessibleObjects?.Last?.Value, 217|| CellsAccessibleObjects.First.Value.DateRange is null) 224_rowIndex, -1, GetWeekNumber(CellsAccessibleObjects.First.Value.DateRange.Start));
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarTodayLinkAccessibleObject.cs (1)
40=> _monthCalendarAccessibleObject.CalendarsAccessibleObjects?.Last?.Value,
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarWeekNumberCellAccessibleObject.cs (1)
47NavigateDirection.NavigateDirection_NextSibling => _calendarRowAccessibleObject.CellsAccessibleObjects?.First?.Value,
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarAccessibleObject.cs (4)
137int currentY = CalendarsAccessibleObjects.First?.Value.Bounds.Y ?? 0; 174=> CalendarsAccessibleObjects?.First?.Value is CalendarAccessibleObject firstCalendar 179=> CalendarsAccessibleObjects?.Last?.Value is CalendarAccessibleObject lastCalendar 213: CalendarsAccessibleObjects?.Last?.Value,