1 write to _typeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataModule.cs (1)
169
_typeHandle
= ResolveType(_reader, typePortion);
3 references to _typeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (3)
ClrDataModule.cs (3)
170
if (
_typeHandle
!= null)
179
if (
_typeHandle
== null)
192
foreach (MethodDefinitionHandle mh in _reader.GetTypeDefinition(
_typeHandle
!.Value).GetMethods())