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