4 instantiations of CustomAttributeProvider
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\CustomAttributeProvider.cs (4)
115return new CustomAttributeProvider(attrProvider); 120return new CustomAttributeProvider(attrProvider); 125return new CustomAttributeProvider(attrProvider); 130return new CustomAttributeProvider(attrProvider);
22 references to CustomAttributeProvider
dotnet-svcutil-lib (22)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\CustomAttributeProvider.cs (4)
113public static implicit operator CustomAttributeProvider(MemberInfo attrProvider) 118public static implicit operator CustomAttributeProvider(MethodInfo attrProvider) 123public static implicit operator CustomAttributeProvider(ParameterInfo attrProvider) 128public static implicit operator CustomAttributeProvider(Type attrProvider)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessagePartDescription.cs (2)
24private CustomAttributeProvider _additionalAttributesProvider; 136internal CustomAttributeProvider AdditionalAttributesProvider
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (7)
446static internal object[] GetCustomAttributes(CustomAttributeProvider attrProvider, Type attrType) 451static internal object[] GetCustomAttributes(CustomAttributeProvider attrProvider, Type attrType, bool inherit) 511static internal T GetFirstAttribute<T>(CustomAttributeProvider attrProvider) 526static internal T GetSingleAttribute<T>(CustomAttributeProvider attrProvider) 544static internal T GetRequiredSingleAttribute<T>(CustomAttributeProvider attrProvider) 554static internal T GetSingleAttribute<T>(CustomAttributeProvider attrProvider, Type[] attrTypeGroup) 576static internal T GetRequiredSingleAttribute<T>(CustomAttributeProvider attrProvider, Type[] attrTypeGroup)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (9)
32private static Type[] s_knownTypesMethodParamType = new Type[] { typeof(CustomAttributeProvider) }; 356private IEnumerable<Type> GetKnownTypes(object[] knownTypeAttributes, CustomAttributeProvider provider) 807internal static Attribute GetFormattingAttribute(CustomAttributeProvider attrProvider, Attribute defaultFormatAttribute) 1203CustomAttributeProvider returnAttrProvider, 1252private static MessagePartDescription CreateParameterPartDescription(XmlName defaultName, string defaultNS, int index, CustomAttributeProvider attrProvider, Type type) 1267CustomAttributeProvider returnAttrProvider, 1414CustomAttributeProvider attrProvider, 1450CustomAttributeProvider attrProvider, 1494private MessagePropertyDescription CreateMessagePropertyDescription(CustomAttributeProvider attrProvider,