4 writes to ProviderType
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\CustomAttributeProvider.cs (4)
31
ProviderType
= AttributeProviderType.Type;
36
ProviderType
= AttributeProviderType.MethodInfo;
41
ProviderType
= AttributeProviderType.MemberInfo;
46
ProviderType
= AttributeProviderType.ParameterInfo;
3 references to ProviderType
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\CustomAttributeProvider.cs (3)
62
switch (this.
ProviderType
)
79
switch (this.
ProviderType
)
98
switch (this.
ProviderType
)