2 implementations of GetCCWInterfaces
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
3666
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetCCWInterfaces
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress ccw, uint count, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpCOMInterfacePointerData[] interfaces, uint* pNeeded)
SOSDacImpl.cs (1)
655
int ISOSDacInterface.
GetCCWInterfaces
(ClrDataAddress ccw, uint count, [In, MarshalUsing(CountElementName = nameof(count)), Out] DacpCOMInterfacePointerData[]? interfaces, uint* pNeeded)
2 references to GetCCWInterfaces
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
3705
__retVal = @this.
GetCCWInterfaces
(ccw, count, interfaces, pNeeded);
SOSDacImpl.cs (1)
719
int hrLocal = _legacyImpl.
GetCCWInterfaces
(ccw, count, interfacesLocal, pNeeded == null && interfacesLocal == null ? null : &pNeededLocal);