Home
last modified time | relevance | path

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

1234

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Resources/
H A DSerializedFromResXHandler.cs53 public override object GetValue (ITypeResolutionService typeResolver) in GetValue()
63 public override string GetValueTypeName (ITypeResolutionService typeResolver) in GetValueTypeName()
82 string InternalGetValueType (ITypeResolutionService typeResolver) in InternalGetValueType()
97 object DeserializeObject (ITypeResolutionService typeResolver) in DeserializeObject()
132 ITypeResolutionService typeResolver;
134 public CustomBinder (ITypeResolutionService _typeResolver) in CustomBinder()
H A DResXDataNodeHandler.cs50 public abstract object GetValue (ITypeResolutionService typeResolver); in GetValue()
54 public abstract string GetValueTypeName (ITypeResolutionService typeResolver); in GetValueTypeName()
88 protected Type ResolveType (string typeString, ITypeResolutionService typeResolver) in ResolveType()
H A DInMemoryHandler.cs45 public override object GetValue (ITypeResolutionService typeResolver) in GetValue()
55 public override string GetValueTypeName (ITypeResolutionService typeResolver) in GetValueTypeName()
H A DNullRefHandler.cs41 public override object GetValue (ITypeResolutionService typeResolver) in GetValue()
51 public override string GetValueTypeName (ITypeResolutionService typeResolver) in GetValueTypeName()
H A DResXResourceReader.cs59 private ITypeResolutionService typeresolver;
79 public ResXResourceReader (Stream stream, ITypeResolutionService typeResolver) in ResXResourceReader()
90 public ResXResourceReader (string fileName, ITypeResolutionService typeResolver) in ResXResourceReader()
101 public ResXResourceReader (TextReader reader, ITypeResolutionService typeResolver) in ResXResourceReader()
369 …public static ResXResourceReader FromFileContents (string fileContents, ITypeResolutionService typ… in FromFileContents()
H A DByteArrayFromResXHandler.cs45 public override object GetValue (ITypeResolutionService typeResolver) in GetValue()
55 public override string GetValueTypeName (ITypeResolutionService typeResolver) in GetValueTypeName()
H A DAssemblyNamesTypeResolutionService.cs34 sealed class AssemblyNamesTypeResolutionService : ITypeResolutionService
41 #region ITypeResolutionService implementation
H A DFileRefHandler.cs46 public override object GetValue (ITypeResolutionService typeResolver) in GetValue()
56 public override string GetValueTypeName (ITypeResolutionService typeResolver) in GetValueTypeName()
H A DTypeConverterFromResXHandler.cs50 public override object GetValue (ITypeResolutionService typeResolver) in GetValue()
84 public override string GetValueTypeName (ITypeResolutionService typeResolver) in GetValueTypeName()
H A DResXDataNode.cs182 public string GetValueTypeName (ITypeResolutionService typeResolver) in GetValueTypeName()
192 public Object GetValue (ITypeResolutionService typeResolver) in GetValue()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Resources/
H A DHelperClasses_ITRS.cs34 public class DummyITRS : ITypeResolutionService {
71 public class ReturnSerializableSubClassITRS : ITypeResolutionService {
109 public class ReturnIntITRS : ITypeResolutionService {
146 public class ExceptionalITRS : ITypeResolutionService {
H A DResXDataNodeWriteBehavior.cs196 object returnedObj = returnedNode.GetValue ((ITypeResolutionService) null); in Serialized_WriteBack()
204 object finalObj = finalNode.GetValue ((ITypeResolutionService) null); in Serialized_WriteBack()
219 object val = returnedNode.GetValue ((ITypeResolutionService) null); in ChangesToReturnedByteArrayNotLaterWrittenBack()
230 object finalVal = finalNode.GetValue ((ITypeResolutionService) null); in ChangesToReturnedByteArrayNotLaterWrittenBack()
254 object finalVal = finalNode.GetValue ((ITypeResolutionService) null); in OriginalTypeUsedSerializableWhenWritingBackToResX()
H A DResXDataNodeSerialisedGetValueTypeNameTests.cs63 string defaultType = returnedNode.GetValueTypeName ((ITypeResolutionService) null); in ITRSOnlyUsedFirstTimeWithNodeFromReader()
91 object val = returnedNode.GetValue ((ITypeResolutionService) null); in ITRSIsIgnoredIfGetValueAlreadyCalledWithAnotherITRS()
H A DResXDataNodeSerializedGetValueTests.cs51 object defaultVal = returnedNode.GetValue ((ITypeResolutionService) null); in ITRSOnlyUsedFirstTimeWithNodeFromReader()
90 object val = returnedNode.GetValue ((ITypeResolutionService) null); in ITRSIsIgnoredIfGetValueTypeNameAlreadyCalledWithAnotherITRS()
H A DResXDataNodeTypeConverterGetValueTypeNameTests.cs63 string origType = returnedNode.GetValueTypeName ((ITypeResolutionService) null); in ITRSUsedEachTimeWhenNodeFromReader()
142 string name = node.GetValueTypeName ((ITypeResolutionService) null); in NullITRSServiceOK()
H A DResXDataNodeTypeConverterGetValueTests.cs63 object origVal = returnedNode.GetValue ((ITypeResolutionService) null); in ITRSUsedEachTimeWithNodeFromReader()
153 Object ico = node.GetValue ((ITypeResolutionService) null); in NullITRSOK()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DLicFileLicenseProvider.cs71ITypeResolutionService resolver = (ITypeResolutionService)context.GetService(typeof(ITypeResolutio… in GetLicense()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Compiler/TypeSystem/
H A DAssemblyLoader.cs26ITypeResolutionService trs = (ITypeResolutionService)typeProvider.GetService(typeof(ITypeResolutio… in AssemblyLoader()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DLicFileLicenseProvider.cs67ITypeResolutionService resolver = (ITypeResolutionService)context.GetService(typeof(ITypeResolutio… in GetLicense()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Compilation/
H A DExpressionBuilder.cs77ITypeResolutionService ts = (ITypeResolutionService)host.GetService(typeof(ITypeResolutionService)… in GetExpressionBuilder()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design.Serialization/
H A DCodeDomDesignerLoader.cs57 LoaderHost.GetService (typeof (ITypeResolutionService)) == null) in Initialize()
58 LoaderHost.AddService (typeof (ITypeResolutionService), this.TypeResolutionService); in Initialize()
182 protected abstract ITypeResolutionService TypeResolutionService { get; }
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing.Design/
H A DToolboxItem.cs247ITypeResolutionService typeRes = host.GetService (typeof (ITypeResolutionService)) as ITypeResolut… in GetType()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/
H A DITypeResolutionService.cs15 public interface ITypeResolutionService interface
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/
H A DITypeResolutionService.cs18 public interface ITypeResolutionService { interface
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/
H A DTagNameToTypeMapper.cs134ITypeResolutionService typeResolutionService = (ITypeResolutionService)_parser.DesignerHost.GetSer… in GetControlType()

1234