3 references to GetKnownTypes
System.ServiceModel.Primitives (3)
System\ServiceModel\Description\TypeLoader.cs (3)
331IEnumerable<Type> knownTypes = GetKnownTypes(customAttributes, reflectionInfo.iface); 346knownTypes = GetKnownTypes(customAttributes, reflectionInfo.callbackiface); 1003IEnumerable<Type> knownTypes = GetKnownTypes(methodAttributes, methodInfo);