Esempio n. 1
0
        public EmbeddedMethod(EmbeddedType containingType,
#if DEBUG
                              MethodSymbolAdapter
#else
                              MethodSymbol
#endif
                              underlyingMethod) :
            base(containingType, underlyingMethod)
        {
        }
Esempio n. 2
0
        public EmbeddedField(EmbeddedType containingType,
#if DEBUG
                             FieldSymbolAdapter
#else
                             FieldSymbol
#endif
                             underlyingField) :
            base(containingType, underlyingField)
        {
        }
Esempio n. 3
0
 public EmbeddedMethod(EmbeddedType containingType, MethodSymbol underlyingMethod) :
     base(containingType, underlyingMethod)
 {
 }
Esempio n. 4
0
 public EmbeddedMethod(EmbeddedType containingType, MethodSymbol underlyingMethod) :
     base(containingType, underlyingMethod)
 {
 }
Esempio n. 5
0
 public EmbeddedField(EmbeddedType containingType, FieldSymbol underlyingField) :
     base(containingType, underlyingField)
 {
 }
Esempio n. 6
0
 public EmbeddedField(EmbeddedType containingType, FieldSymbolAdapter underlyingField) :
     base(containingType, underlyingField)
 {
 }