4 references to COR_E_MULTICASTNOTSUPPORTED
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\MulticastNotSupportedException.cs (3)
21HResult = HResults.COR_E_MULTICASTNOTSUPPORTED; 27HResult = HResults.COR_E_MULTICASTNOTSUPPORTED; 33HResult = HResults.COR_E_MULTICASTNOTSUPPORTED;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
820case HResults.COR_E_MULTICASTNOTSUPPORTED: