Home
last modified time | relevance | path

Searched refs:IsSystemDateTime (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Interop/
H A DInteropTypes.cs66 public static bool IsSystemDateTime(TypeSystemContext context, TypeDesc type) in IsSystemDateTime() method in Internal.TypeSystem.Interop.InteropTypes
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Interop/IL/
H A DMarshalHelpers.cs442 if (InteropTypes.IsSystemDateTime(context, type)) in GetMarshallerKind()
756 else if (InteropTypes.IsSystemDateTime(context, elementType)) in GetArrayElementMarshallerKind()