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