2 references to GetRuntimeInterfaceMap
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Extensions\ReflectionExtensions.cs (1)
92
return type.GetTypeInfo().
GetRuntimeInterfaceMap
(interfaceType);
System.ServiceModel.Primitives (1)
Extensions\ReflectionExtensions.cs (1)
97
return type.GetTypeInfo().
GetRuntimeInterfaceMap
(interfaceType);