Home
last modified time | relevance | path

Searched defs:hasTypeForwardedFrom (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Runtime/Serialization/
H A DTypeInformation.cs11 bool hasTypeForwardedFrom; field in System.Runtime.Serialization.TypeInformation
13 … internal TypeInformation(string fullTypeName, string assemblyString, bool hasTypeForwardedFrom) in TypeInformation()
H A DDataContract.cs1774 internal static string GetClrAssemblyName(Type type, out bool hasTypeForwardedFrom) in GetClrAssemblyName()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/serialization/formatters/binary/
H A Dbinaryobjectinfo.cs915 internal bool hasTypeForwardedFrom = false; field in System.Runtime.Serialization.Formatters.Binary.SerObjectInfoCache
920 internal SerObjectInfoCache(string typeName, string assemblyName, bool hasTypeForwardedFrom) in SerObjectInfoCache()
940 private bool hasTypeForwardedFrom = false; field in System.Runtime.Serialization.Formatters.Binary.TypeInformation
966 … internal TypeInformation(string fullTypeName, string assemblyString, bool hasTypeForwardedFrom) in TypeInformation()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/
H A DFormatterServices.cs318 internal static string GetClrAssemblyName(Type type, out bool hasTypeForwardedFrom) in GetClrAssemblyName()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/
H A DBinaryObjectInfo.cs691 internal SerObjectInfoCache(string typeName, string assemblyName, bool hasTypeForwardedFrom) in SerObjectInfoCache()
709 … internal TypeInformation(string fullTypeName, string assemblyString, bool hasTypeForwardedFrom) in TypeInformation()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/serialization/
H A Dformatterservices.cs496 internal static string GetClrAssemblyName(Type type, out bool hasTypeForwardedFrom) { in GetClrAssemblyName()