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