16 references to GetValueRefOrNullRef
System.Net.Http (2)
System\Net\Http\Headers\HttpHeaders.cs (2)
419
: ref CollectionsMarshal.
GetValueRefOrNullRef
((Dictionary<HeaderDescriptor, object>)_headerStore, entry.Key);
1511
valueRef = ref CollectionsMarshal.
GetValueRefOrNullRef
((Dictionary<HeaderDescriptor, object>)store, key);
System.Private.CoreLib (14)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (13)
778
ref EventMetadata eventMetadata = ref CollectionsMarshal.
GetValueRefOrNullRef
(m_eventData, metaKey);
1365
ref EventMetadata metadata = ref CollectionsMarshal.
GetValueRefOrNullRef
(m_eventData, eventId);
1435
ref EventMetadata metadata = ref CollectionsMarshal.
GetValueRefOrNullRef
(m_eventData, eventId);
1995
ref EventMetadata metadata = ref CollectionsMarshal.
GetValueRefOrNullRef
(m_eventData, eventId);
2087
ref EventMetadata metadata = ref CollectionsMarshal.
GetValueRefOrNullRef
(m_eventData, eventId);
2101
ref EventMetadata metadata = ref CollectionsMarshal.
GetValueRefOrNullRef
(m_eventData, eventId);
2121
ref EventMetadata metadata = ref CollectionsMarshal.
GetValueRefOrNullRef
(m_eventData, eventId);
2151
ref EventMetadata metadata = ref CollectionsMarshal.
GetValueRefOrNullRef
(m_eventData, eventCallbackArgs.EventId);
2379
ref EventMetadata metadata = ref CollectionsMarshal.
GetValueRefOrNullRef
(m_eventData, eventNum);
2786
ref EventMetadata eventMeta = ref CollectionsMarshal.
GetValueRefOrNullRef
(m_eventData, eventID);
2840
ref EventMetadata eventMeta = ref CollectionsMarshal.
GetValueRefOrNullRef
(m_eventData, eventId);
3230
ref EventMetadata startEventMetadata = ref CollectionsMarshal.
GetValueRefOrNullRef
(eventData, startEventId);
4179
private ref EventSource.EventMetadata Metadata => ref CollectionsMarshal.
GetValueRefOrNullRef
(EventSource.m_eventData!, EventId);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\NativeRuntimeEventSource.cs (1)
56
ref EventMetadata metadata = ref CollectionsMarshal.
GetValueRefOrNullRef
(m_eventData!, (int)eventID);