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