1 implementation of GetIntroducedMethodDescs
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
2072IEnumerable<TargetPointer> IRuntimeTypeSystem.GetIntroducedMethodDescs(ITypeHandle typeHandle)
3 references to GetIntroducedMethodDescs
Microsoft.Diagnostics.DataContractReader.Legacy (3)
SOSDacImpl.cs (3)
3033foreach (TargetPointer mdAddr in rts.GetIntroducedMethodDescs(methodTableHandle)) 5654foreach (TargetPointer md in rts.GetIntroducedMethodDescs(typeHandle)) 6924foreach (TargetPointer mdAddr in _rts.GetIntroducedMethodDescs(_methodTable))