17 references to AttributeProviderType
dotnet-svcutil-lib (17)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\CustomAttributeProvider.cs (17)
31ProviderType = AttributeProviderType.Type; 36ProviderType = AttributeProviderType.MethodInfo; 41ProviderType = AttributeProviderType.MemberInfo; 46ProviderType = AttributeProviderType.ParameterInfo; 54private AttributeProviderType ProviderType { get; set; } 64case AttributeProviderType.Type: 66case AttributeProviderType.MethodInfo: 68case AttributeProviderType.MemberInfo: 70case AttributeProviderType.ParameterInfo: 81case AttributeProviderType.Type: 83case AttributeProviderType.MethodInfo: 85case AttributeProviderType.MemberInfo: 87case AttributeProviderType.ParameterInfo: 100case AttributeProviderType.Type: 102case AttributeProviderType.MethodInfo: 104case AttributeProviderType.MemberInfo: 106case AttributeProviderType.ParameterInfo: