2 references to GetValueRefOrNullRef
System.Net.Http (2)
System\Net\Http\Headers\HttpHeaders.cs (2)
354
: ref CollectionsMarshal.
GetValueRefOrNullRef
((Dictionary<HeaderDescriptor, object>)_headerStore, entry.Key);
1430
valueRef = ref CollectionsMarshal.
GetValueRefOrNullRef
(Unsafe.As<Dictionary<HeaderDescriptor, object>>(store), key);