11 references to IsTypeVisible
dotnet-svcutil-lib (11)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\ClassDataContract.cs (2)
557if (!IsTypeVisible(UnderlyingType)) 661if (!IsTypeVisible(UnderlyingType))
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (4)
1334if (!IsTypeVisible(UnderlyingType)) 1346if (ItemType != null && !IsTypeVisible(ItemType)) 1394if (!IsTypeVisible(UnderlyingType)) 1406if (ItemType != null && !IsTypeVisible(ItemType))
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContract.cs (2)
2223if (!genericType.IsGenericParameter && !IsTypeVisible(genericType)) 2291return (field.IsAssembly || field.IsFamilyOrAssembly) && IsTypeVisible(field.FieldType);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataMember.cs (2)
325return DataContract.MethodRequiresMemberAccess(getMethod) || !DataContract.IsTypeVisible(property.PropertyType); 350return DataContract.MethodRequiresMemberAccess(setMethod) || !DataContract.IsTypeVisible(property.PropertyType);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlDataContract.cs (1)
456if (!IsTypeVisible(UnderlyingType))