1 write to _typeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataModule.cs (1)
165
_typeHandle
= ResolveType(_reader, typePortion);
3 references to _typeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (3)
ClrDataModule.cs (3)
166
if (
_typeHandle
!= null)
175
if (
_typeHandle
== null)
188
foreach (MethodDefinitionHandle mh in _reader.GetTypeDefinition(
_typeHandle
!.Value).GetMethods())