Beispiel #1
0
 override internal void ClearTypeSystemBindings()
 {
     _annotations = null;
     _entity      = null;
     if (null != _baseTypes)
     {
         _baseTypes.ClearTypeSystemBindings();
     }
 }
 override internal void ClearTypeSystemBindings()
 {
     _annotations = null;
     _entity      = null;
     if (null != _genericArguments)
     {
         _genericArguments.ClearTypeSystemBindings();
     }
 }
Beispiel #3
0
 override internal void ClearTypeSystemBindings()
 {
     _annotations = null;
     _entity      = null;
     if (null != _attributes)
     {
         _attributes.ClearTypeSystemBindings();
     }
     if (null != _members)
     {
         _members.ClearTypeSystemBindings();
     }
     if (null != _baseTypes)
     {
         _baseTypes.ClearTypeSystemBindings();
     }
     if (null != _genericParameters)
     {
         _genericParameters.ClearTypeSystemBindings();
     }
 }