1 write to _genericContext
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Signature\RuntimeSignatureDecoder.cs (1)
35
_genericContext
= genericContext;
3 references to _genericContext
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\Signature\RuntimeSignatureDecoder.cs (3)
108
return _provider.GetGenericTypeParameter(
_genericContext
, index);
112
return _provider.GetGenericMethodParameter(
_genericContext
, index);
298
return _provider.GetTypeFromSpecification(_metadataReader,
_genericContext
, (TypeSpecificationHandle)handle, rawTypeKind);