internal MappedField(string name, Microsoft.Cci.INamedTypeDefinition containingType, Microsoft.Cci.ITypeReference type, Microsoft.Cci.ISectionBlock block)
 {
     this.containingType = containingType;
     this.type           = type;
     this.block          = block;
     this.name           = name;
 }
 internal MappedField(string name, Microsoft.Cci.INamedTypeDefinition containingType, Microsoft.Cci.ITypeReference type, Microsoft.Cci.ISectionBlock block)
 {
     this.containingType = containingType;
     this.type = type;
     this.block = block;
     this.name = name;
 }
 internal ExplicitSizeStruct(uint size, PrivateImplementationDetails containingType, Microsoft.Cci.ITypeReference sysValueType)
 {
     this.size           = size;
     this.containingType = containingType;
     this.sysValueType   = sysValueType;
 }
 internal ExplicitSizeStruct(uint size, PrivateImplementationDetails containingType, Microsoft.Cci.ITypeReference sysValueType)
 {
     this.size = size;
     this.containingType = containingType;
     this.sysValueType = sysValueType;
 }