Exemplo n.º 1
0
 public void ReferenceDeclaration(IEventMember declaration)
 {
     if (declaration is IIntermediateEventMember)
     {
         this.ReferenceDeclaration((IIntermediateEventMember)declaration);
     }
     else
     {
         this.Formatter.ReferenceDeclaration(declaration);
     }
 }
Exemplo n.º 2
0
 public void ReferenceDeclaration(IEventMember declaration)
 {
 }
Exemplo n.º 3
0
 public void ReferenceDeclaration(IEventMember declaration)
 {
     referenceStack.Push(declaration);
 }