S 
		
								
				
				
			
		ssg31415926
I have an abstract base class from which has concrete subclasses.  I
have a method on the base class marked as 'protected internal'.
I have another class in the same assembly which holds a reference to an
instance of one subclass. I don't seem to be able to see the protected
internal method. Should I? If not, why not? (If I add a protected
internal method to the subclass, I can access it.)
				
			have a method on the base class marked as 'protected internal'.
I have another class in the same assembly which holds a reference to an
instance of one subclass. I don't seem to be able to see the protected
internal method. Should I? If not, why not? (If I add a protected
internal method to the subclass, I can access it.)