Ejemplo n.º 1
0
 override internal void ClearTypeSystemBindings()
 {
     _annotations = null;
     _entity      = null;
     if (null != _modifier)
     {
         _modifier.ClearTypeSystemBindings();
     }
     if (null != _declarations)
     {
         _declarations.ClearTypeSystemBindings();
     }
     if (null != _iterator)
     {
         _iterator.ClearTypeSystemBindings();
     }
     if (null != _block)
     {
         _block.ClearTypeSystemBindings();
     }
     if (null != _orBlock)
     {
         _orBlock.ClearTypeSystemBindings();
     }
     if (null != _thenBlock)
     {
         _thenBlock.ClearTypeSystemBindings();
     }
 }
Ejemplo n.º 2
0
 override internal void ClearTypeSystemBindings()
 {
     _annotations = null;
     _entity      = null;
     if (null != _modifier)
     {
         _modifier.ClearTypeSystemBindings();
     }
     if (null != _declarations)
     {
         _declarations.ClearTypeSystemBindings();
     }
     if (null != _expression)
     {
         _expression.ClearTypeSystemBindings();
     }
 }