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