Beispiel #1
0
 override internal void ClearTypeSystemBindings()
 {
     _annotations = null;
     _entity      = null;
     if (null != _modifier)
     {
         _modifier.ClearTypeSystemBindings();
     }
     if (null != _protectedBlock)
     {
         _protectedBlock.ClearTypeSystemBindings();
     }
     if (null != _exceptionHandlers)
     {
         _exceptionHandlers.ClearTypeSystemBindings();
     }
     if (null != _failureBlock)
     {
         _failureBlock.ClearTypeSystemBindings();
     }
     if (null != _ensureBlock)
     {
         _ensureBlock.ClearTypeSystemBindings();
     }
 }
 override internal void ClearTypeSystemBindings()
 {
     _annotations = null;
     _entity      = null;
     if (null != _modifier)
     {
         _modifier.ClearTypeSystemBindings();
     }
     if (null != _condition)
     {
         _condition.ClearTypeSystemBindings();
     }
     if (null != _block)
     {
         _block.ClearTypeSystemBindings();
     }
     if (null != _orBlock)
     {
         _orBlock.ClearTypeSystemBindings();
     }
     if (null != _thenBlock)
     {
         _thenBlock.ClearTypeSystemBindings();
     }
 }
Beispiel #3
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();
     }
 }
Beispiel #4
0
 override internal void ClearTypeSystemBindings()
 {
     _annotations = null;
     _entity      = null;
     if (null != _modifier)
     {
         _modifier.ClearTypeSystemBindings();
     }
     if (null != _arguments)
     {
         _arguments.ClearTypeSystemBindings();
     }
     if (null != _body)
     {
         _body.ClearTypeSystemBindings();
     }
 }
 override internal void ClearTypeSystemBindings()
 {
     _annotations = null;
     _entity      = null;
     if (null != _declaration)
     {
         _declaration.ClearTypeSystemBindings();
     }
     if (null != _filterCondition)
     {
         _filterCondition.ClearTypeSystemBindings();
     }
     if (null != _block)
     {
         _block.ClearTypeSystemBindings();
     }
 }
Beispiel #6
0
 override internal void ClearTypeSystemBindings()
 {
     _annotations    = null;
     _entity         = null;
     _expressionType = null;
     if (null != _parameters)
     {
         _parameters.ClearTypeSystemBindings();
     }
     if (null != _returnType)
     {
         _returnType.ClearTypeSystemBindings();
     }
     if (null != _body)
     {
         _body.ClearTypeSystemBindings();
     }
 }
Beispiel #7
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();
     }
     if (null != _namespace)
     {
         _namespace.ClearTypeSystemBindings();
     }
     if (null != _imports)
     {
         _imports.ClearTypeSystemBindings();
     }
     if (null != _globals)
     {
         _globals.ClearTypeSystemBindings();
     }
     if (null != _assemblyAttributes)
     {
         _assemblyAttributes.ClearTypeSystemBindings();
     }
 }
Beispiel #8
0
 override internal void ClearTypeSystemBindings()
 {
     _annotations = null;
     _entity      = null;
     if (null != _attributes)
     {
         _attributes.ClearTypeSystemBindings();
     }
     if (null != _parameters)
     {
         _parameters.ClearTypeSystemBindings();
     }
     if (null != _genericParameters)
     {
         _genericParameters.ClearTypeSystemBindings();
     }
     if (null != _returnType)
     {
         _returnType.ClearTypeSystemBindings();
     }
     if (null != _returnTypeAttributes)
     {
         _returnTypeAttributes.ClearTypeSystemBindings();
     }
     if (null != _body)
     {
         _body.ClearTypeSystemBindings();
     }
     if (null != _locals)
     {
         _locals.ClearTypeSystemBindings();
     }
     if (null != _explicitInfo)
     {
         _explicitInfo.ClearTypeSystemBindings();
     }
 }