3 references to GetKnownTypes
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (3)
331IEnumerable<Type> knownTypes = GetKnownTypes(customAttributes, reflectionInfo.iface); 344knownTypes = GetKnownTypes(customAttributes, reflectionInfo.callbackiface); 988IEnumerable<Type> knownTypes = GetKnownTypes(methodAttributes, methodInfo);