Home
last modified time | relevance | path

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

12

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Interop/IL/
H A DNativeStructType.cs64 public override bool IsSequentialLayout property in Internal.TypeSystem.Interop.NativeStructType
68 return ManagedStructType.IsSequentialLayout;
163 bool isSequential = ManagedStructType.IsSequentialLayout; in CalculateFields()
H A DPInvokeDelegateWrapper.cs63 public override bool IsSequentialLayout property in Internal.TypeSystem.Interop.PInvokeDelegateWrapper
H A DInlineArrayType.cs71 public override bool IsSequentialLayout property in Internal.TypeSystem.Interop.InlineArrayType
H A DMarshalHelpers.cs83 if (!type.IsSequentialLayout && !type.IsExplicitLayout) in IsStructMarshallingRequired()
486 if (!metadataType.IsSequentialLayout && !metadataType.IsExplicitLayout) in GetMarshallerKind()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Common/
H A DMetadataFieldLayoutAlgorithm.cs69 (type.IsSequentialLayout || type.IsExplicitLayout) && in ComputeInstanceLayout()
74 if (type.IsSequentialLayout != baseType.IsSequentialLayout || in ComputeInstanceLayout()
140 if (type.IsExplicitLayout || type.IsSequentialLayout) in ComputeInstanceLayout()
H A DMetadataType.cs34 public abstract bool IsSequentialLayout { get; } property in Internal.TypeSystem.MetadataType
H A DInstantiatedType.cs286 public override bool IsSequentialLayout property in Internal.TypeSystem.InstantiatedType
290 return _typeDef.IsSequentialLayout;
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/
H A DCompilerGeneratedType.cs140 public override bool IsSequentialLayout property in ILCompiler.CompilerGeneratedType
H A DCompilerTypeSystemContext.BoxedTypes.cs271 public override bool IsSequentialLayout => true; field in ILCompiler.CompilerTypeSystemContext.BoxedValueType
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Canon/
H A DCanonTypes.cs70 public override bool IsSequentialLayout => false; field in Internal.TypeSystem.CanonBaseType
/dports/lang/mono-basic/mono-basic-4.7/vbnc/cecil/Mono.Cecil/
H A DExportedType.cs130 public bool IsSequentialLayout { property in Mono.Cecil.ExportedType
H A DTypeDefinition.cs347 public bool IsSequentialLayout { property in Mono.Cecil.TypeDefinition
/dports/lang/mono/mono-5.10.1.57/external/cecil/Mono.Cecil/
H A DExportedType.cs120 public bool IsSequentialLayout { property in Mono.Cecil.ExportedType
H A DTypeDefinition.cs326 public bool IsSequentialLayout { property in Mono.Cecil.TypeDefinition
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Mono.Cecil/
H A DExportedType.cs120 public bool IsSequentialLayout { property in Mono.Cecil.ExportedType
H A DTypeDefinition.cs326 public bool IsSequentialLayout { property in Mono.Cecil.TypeDefinition
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Mono.Cecil/
H A DExportedType.cs130 public bool IsSequentialLayout { property in Mono.Cecil.ExportedType
H A DTypeDefinition.cs347 public bool IsSequentialLayout { property in Mono.Cecil.TypeDefinition
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.CecilReflector/Mono.Cecil/Mono.Cecil/
H A DExportedType.cs130 public bool IsSequentialLayout { property in Mono.Cecil.ExportedType
H A DTypeDefinition.cs347 public bool IsSequentialLayout { property in Mono.Cecil.TypeDefinition
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/NativeFormat/
H A DNativeFormatType.cs598 public override bool IsSequentialLayout property in Internal.TypeSystem.NativeFormat.NativeFormatType
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Ecma/
H A DEcmaType.cs568 public override bool IsSequentialLayout property in Internal.TypeSystem.Ecma.EcmaType
/dports/lang/mono/mono-5.10.1.57/mcs/tools/cil-strip/Mono.Cecil/
H A DTypeDefinition.cs284 public bool IsSequentialLayout { property in Mono.Cecil.TypeDefinition
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.MetadataTransform/src/ILCompiler/Metadata/
H A DTransform.Type.cs358 if (type.IsSequentialLayout) in GetTypeAttributes()
/dports/lang/mono-basic/mono-basic-4.7/vbnc/vbnc/source/Members/
H A DAttribute.vb387 tp.CecilType.IsSequentialLayout = True

12