Home
last modified time | relevance | path

Searched refs:providerTypeName (Results 1 – 25 of 25) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Configuration/
H A DSettingsProviderAttribute.cs36 string providerTypeName; field in System.Configuration.SettingsProviderAttribute
38 public SettingsProviderAttribute (string providerTypeName) in SettingsProviderAttribute() argument
40 if (providerTypeName == null) in SettingsProviderAttribute()
42 this.providerTypeName = providerTypeName; in SettingsProviderAttribute()
49 this.providerTypeName = providerType.AssemblyQualifiedName; in SettingsProviderAttribute()
55 return providerTypeName;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/Serialization/
H A DDefaultSerializationProviderAttribute.cs35 public DefaultSerializationProviderAttribute(string providerTypeName) in DefaultSerializationProviderAttribute() argument
37 if (providerTypeName == null) in DefaultSerializationProviderAttribute()
39 throw new ArgumentNullException(nameof(providerTypeName)); in DefaultSerializationProviderAttribute()
42 ProviderTypeName = providerTypeName; in DefaultSerializationProviderAttribute()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/serialization/
H A DDefaultSerializationProviderAttribute.cs37 public DefaultSerializationProviderAttribute(string providerTypeName) { in DefaultSerializationProviderAttribute() argument
39 if (providerTypeName == null) { in DefaultSerializationProviderAttribute()
43 _providerTypeName = providerTypeName; in DefaultSerializationProviderAttribute()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DApplicationSettingsBase.cs482 … string providerTypeName = ((SettingsProviderAttribute)attribute).ProviderTypeName; in CreateSetting()
483 Type providerType = Type.GetType(providerTypeName); in CreateSetting()
486 …throw new ConfigurationErrorsException(string.Format(SR.ProviderTypeLoadFailed, providerTypeName)); in CreateSetting()
493 … new ConfigurationErrorsException(string.Format(SR.ProviderInstantiationFailed, providerTypeName)); in CreateSetting()
641 … string providerTypeName = ((SettingsProviderAttribute)attr).ProviderTypeName;
642 Type providerType = Type.GetType(providerTypeName);
652 … new ConfigurationErrorsException(string.Format(SR.ProviderInstantiationFailed, providerTypeName));
657 …throw new ConfigurationErrorsException(string.Format(SR.ProviderTypeLoadFailed, providerTypeName));
H A DSettingsProviderAttribute.cs18 public SettingsProviderAttribute(string providerTypeName) in SettingsProviderAttribute() argument
20 _providerTypeName = providerTypeName; in SettingsProviderAttribute()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/configuration/
H A DApplicationSettingsBase.cs426 … string providerTypeName = ((SettingsProviderAttribute)attr).ProviderTypeName; in CreateSetting()
427 Type providerType = Type.GetType(providerTypeName); in CreateSetting()
445 …w new ConfigurationErrorsException(SR.GetString(SR.ProviderInstantiationFailed, providerTypeName)); in CreateSetting()
449 … throw new ConfigurationErrorsException(SR.GetString(SR.ProviderTypeLoadFailed, providerTypeName)); in CreateSetting()
552 … string providerTypeName = ((SettingsProviderAttribute)attr).ProviderTypeName;
553 Type providerType = Type.GetType(providerTypeName);
560 …w new ConfigurationErrorsException(SR.GetString(SR.ProviderInstantiationFailed, providerTypeName));
564 … throw new ConfigurationErrorsException(SR.GetString(SR.ProviderTypeLoadFailed, providerTypeName));
H A DSettingsAttributes.cs169 public SettingsProviderAttribute(string providerTypeName) { in SettingsProviderAttribute() argument
170 _providerTypeName = providerTypeName; in SettingsProviderAttribute()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Compilation/
H A DAppCodeCompiler.cs361 string providerTypeName = null; field in System.Web.Compilation.AppCodeCompiler
408 providerTypeName = FindProviderTypeName (ps, ps.DefaultProvider); in GetProfileProviderAttribute()
410 providerTypeName = FindProviderTypeName (ps, providerName); in GetProfileProviderAttribute()
411 if (providerTypeName == null) in GetProfileProviderAttribute()
419 new CodePrimitiveExpression (providerTypeName) in GetProfileProviderAttribute()
672 if (haveCustomProfile && providerTypeName != null) { in Compile()
673 if (Type.GetType (providerTypeName, false) == null) { in Compile()
678 if (asm.GetType (providerTypeName, false) != null) in Compile()
688 ptype = HttpApplication.LoadTypeFromBin (providerTypeName); in Compile()
694 …tpException (String.Format ("Profile provider type not found: {0}", providerTypeName), noTypeExcep… in Compile()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/ref/
H A DSystem.ComponentModel.cs1362 public DefaultSerializationProviderAttribute(string providerTypeName) { } in DefaultSerializationProviderAttribute() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/ref/
H A DSystem.Configuration.cs419 public SettingsProviderAttribute(string providerTypeName) { } in SettingsProviderAttribute() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs5400 public DefaultSerializationProviderAttribute(string providerTypeName) { } in DefaultSerializationProviderAttribute() argument
5933 public SettingsProviderAttribute(string providerTypeName) { } in SettingsProviderAttribute() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs5128 public DefaultSerializationProviderAttribute(string providerTypeName) { } in DefaultSerializationProviderAttribute() argument
5656 public SettingsProviderAttribute(string providerTypeName) { } in SettingsProviderAttribute() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs5321 public DefaultSerializationProviderAttribute(string providerTypeName) { } in DefaultSerializationProviderAttribute() argument
5874 public SettingsProviderAttribute(string providerTypeName) { } in SettingsProviderAttribute() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs5342 public DefaultSerializationProviderAttribute(string providerTypeName) { } in DefaultSerializationProviderAttribute() argument
5895 public SettingsProviderAttribute(string providerTypeName) { } in SettingsProviderAttribute() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs5342 public DefaultSerializationProviderAttribute(string providerTypeName) { } in DefaultSerializationProviderAttribute() argument
5895 public SettingsProviderAttribute(string providerTypeName) { } in SettingsProviderAttribute() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs5321 public DefaultSerializationProviderAttribute(string providerTypeName) { } in DefaultSerializationProviderAttribute() argument
5874 public SettingsProviderAttribute(string providerTypeName) { } in SettingsProviderAttribute() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs5321 public DefaultSerializationProviderAttribute(string providerTypeName) { } in DefaultSerializationProviderAttribute() argument
5874 public SettingsProviderAttribute(string providerTypeName) { } in SettingsProviderAttribute() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs5340 public DefaultSerializationProviderAttribute(string providerTypeName) { } in DefaultSerializationProviderAttribute() argument
5879 public SettingsProviderAttribute(string providerTypeName) { } in SettingsProviderAttribute() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs5612 public DefaultSerializationProviderAttribute(string providerTypeName) { } in DefaultSerializationProviderAttribute() argument
6173 public SettingsProviderAttribute(string providerTypeName) { } in SettingsProviderAttribute() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs5342 public DefaultSerializationProviderAttribute(string providerTypeName) { } in DefaultSerializationProviderAttribute() argument
5895 public SettingsProviderAttribute(string providerTypeName) { } in SettingsProviderAttribute() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs5603 public DefaultSerializationProviderAttribute(string providerTypeName) { } in DefaultSerializationProviderAttribute() argument
6164 public SettingsProviderAttribute(string providerTypeName) { } in SettingsProviderAttribute() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs3877 public DefaultSerializationProviderAttribute(string providerTypeName) { } in DefaultSerializationProviderAttribute() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs3880 public DefaultSerializationProviderAttribute(string providerTypeName) { } in DefaultSerializationProviderAttribute() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs3875 public DefaultSerializationProviderAttribute(string providerTypeName) { } in DefaultSerializationProviderAttribute() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs3876 public DefaultSerializationProviderAttribute(string providerTypeName) { } in DefaultSerializationProviderAttribute() argument