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