1 write to _typeContext
System.Private.StackTraceMetadata (1)
Internal\StackTraceMetadata\MethodNameFormatter.cs (1)
431
_typeContext
= typeContext;
3 references to _typeContext
System.Private.StackTraceMetadata (3)
Internal\StackTraceMetadata\MethodNameFormatter.cs (3)
467
return
_typeContext
is GenericParameterHandleCollection ?
468
GetHandleAt((GenericParameterHandleCollection)
_typeContext
, index) :
469
GetHandleAt((HandleCollection)
_typeContext
, index);