Home
last modified time | relevance | path

Searched refs:TypeDescriptorProviderError (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DTypeDescriptor.cs3310 …ttrs == null) throw new InvalidOperationException(SR.Format(SR.TypeDescriptorProviderError, _node.… in ICustomTypeDescriptor.GetAttributes()
3379 …rter == null) throw new InvalidOperationException(SR.Format(SR.TypeDescriptorProviderError, _node.… in ICustomTypeDescriptor.GetConverter()
3474 …ents == null) throw new InvalidOperationException(SR.Format(SR.TypeDescriptorProviderError, _node.… in ICustomTypeDescriptor.GetEvents()
3503 …evts == null) throw new InvalidOperationException(SR.Format(SR.TypeDescriptorProviderError, _node.… in ICustomTypeDescriptor.GetEvents()
3527 …ties == null) throw new InvalidOperationException(SR.Format(SR.TypeDescriptorProviderError, _node.… in ICustomTypeDescriptor.GetProperties()
3556 …ties == null) throw new InvalidOperationException(SR.Format(SR.TypeDescriptorProviderError, _node.… in ICustomTypeDescriptor.GetProperties()
3623 …desc == null) throw new InvalidOperationException(SR.Format(SR.TypeDescriptorProviderError, _node.… in ICustomTypeDescriptor.GetAttributes()
3625 …ttrs == null) throw new InvalidOperationException(SR.Format(SR.TypeDescriptorProviderError, _node.… in ICustomTypeDescriptor.GetAttributes()
3651 …desc == null) throw new InvalidOperationException(SR.Format(SR.TypeDescriptorProviderError, _node.… in ICustomTypeDescriptor.GetClassName()
3821 …ents == null) throw new InvalidOperationException(SR.Format(SR.TypeDescriptorProviderError, _node.… in ICustomTypeDescriptor.GetEvents()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DTypeDescriptor.cs4089 …s == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.… in ICustomTypeDescriptor.GetAttributes()
4156 …r == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.… in ICustomTypeDescriptor.GetConverter()
4247 …s == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.… in ICustomTypeDescriptor.GetEvents()
4275 …s == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.… in ICustomTypeDescriptor.GetEvents()
4298 …s == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.… in ICustomTypeDescriptor.GetProperties()
4326 …s == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.… in ICustomTypeDescriptor.GetProperties()
4391 …c == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.… in ICustomTypeDescriptor.GetAttributes()
4393 …s == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.… in ICustomTypeDescriptor.GetAttributes()
4417 …c == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.… in ICustomTypeDescriptor.GetClassName()
4576 …s == null) throw new InvalidOperationException(SR.GetString(SR.TypeDescriptorProviderError, _node.… in ICustomTypeDescriptor.GetEvents()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs38 …public const string TypeDescriptorProviderError = "The type description provider {0} has returned … field in SR