3 references to GetKnownTypes
System.ServiceModel (3)
System\ServiceModel\Description\TypeLoader.cs (3)
350
IEnumerable<Type> knownTypes =
GetKnownTypes
(customAttributes, reflectionInfo.iface);
363
knownTypes =
GetKnownTypes
(customAttributes, reflectionInfo.callbackiface);
940
IEnumerable<Type> knownTypes =
GetKnownTypes
(methodAttributes, methodInfo);