public override void VisitTypeReferenceType(AstTypeReferenceType type)
 {
     type.TypeDefinition.Should().NotBeNull();
     type.VisitChildren(this);
 }
Exemple #2
0
 public virtual void VisitTypeReferenceType(AstTypeReferenceType type)
 {
     type.VisitChildren(this);
 }