1 implementation of GetIntroducedMethodDescs
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1728IEnumerable<TargetPointer> IRuntimeTypeSystem.GetIntroducedMethodDescs(TypeHandle typeHandle)
3 references to GetIntroducedMethodDescs
Microsoft.Diagnostics.DataContractReader.Legacy (3)
SOSDacImpl.cs (3)
3043foreach (TargetPointer mdAddr in rts.GetIntroducedMethodDescs(methodTableHandle)) 5651foreach (TargetPointer md in rts.GetIntroducedMethodDescs(typeHandle)) 6919foreach (TargetPointer mdAddr in _rts.GetIntroducedMethodDescs(_methodTable))