9 references to GetValueRefOrNullRef
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (8)
789
ref EventMetadata eventMetadata = ref CollectionsMarshal.
GetValueRefOrNullRef
(m_eventData, metaKey);
1376
ref EventMetadata metadata = ref CollectionsMarshal.
GetValueRefOrNullRef
(m_eventData, eventId);
1981
ref EventMetadata metadata = ref CollectionsMarshal.
GetValueRefOrNullRef
(m_eventData, eventId);
2135
ref EventMetadata metadata = ref CollectionsMarshal.
GetValueRefOrNullRef
(m_eventData, eventCallbackArgs.EventId);
2769
ref EventMetadata eventMeta = ref CollectionsMarshal.
GetValueRefOrNullRef
(m_eventData, eventID);
2823
ref EventMetadata eventMeta = ref CollectionsMarshal.
GetValueRefOrNullRef
(m_eventData, eventId);
3332
ref EventMetadata startEventMetadata = ref CollectionsMarshal.
GetValueRefOrNullRef
(eventData, startEventId);
4770
private ref EventSource.EventMetadata Metadata => ref CollectionsMarshal.
GetValueRefOrNullRef
(EventSource.m_eventData!, EventId);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\NativeRuntimeEventSource.cs (1)
54
ref EventMetadata metadata = ref CollectionsMarshal.
GetValueRefOrNullRef
(m_eventData!, (int)eventID);