public override void VisitLoadedDocument <TSolution, TProject, TDocument, TUsingDirective, TAttributeGroup, TNamespace, TClass, TDelegate, TEnum, TInterface, TStruct>( ILoadedDocument <TSolution, TProject, TDocument, TUsingDirective, TAttributeGroup, TNamespace, TClass, TDelegate, TEnum, TInterface, TStruct> loadedDocument) { visitor.VisitAssemblyWithReflection((AssemblyWithReflection)(object)loadedDocument); }
public override void VisitLoadedDocument <TSolution, TProject, TDocument, TUsingDirective, TAttributeGroup, TNamespace, TClass, TDelegate, TEnum, TInterface, TStruct>( ILoadedDocument <TSolution, TProject, TDocument, TUsingDirective, TAttributeGroup, TNamespace, TClass, TDelegate, TEnum, TInterface, TStruct> loadedDocument) { VisitChildren(loadedDocument.Classes, loadedDocument.Namespaces); }