1 write to Type
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\CustomAttributeProvider.cs (1)
30
this.
Type
= (Type)attrProvider;
5 references to Type
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\CustomAttributeProvider.cs (3)
65
return this.
Type
.GetTypeInfo().GetCustomAttributes(inherit).ToArray();
82
return this.
Type
.GetTypeInfo().GetCustomAttributes(attributeType, inherit).ToArray();
101
return this.
Type
.GetTypeInfo().IsDefined(attributeType, inherit);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (1)
481
Type type = attrProvider.
Type
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
366
type = provider.
Type
;