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)
467return _typeContext is GenericParameterHandleCollection ? 468GetHandleAt((GenericParameterHandleCollection)_typeContext, index) : 469GetHandleAt((HandleCollection)_typeContext, index);