Beispiel #1
0
 /// <summary>
 /// Finds DOC comment at given position and annotates statement with it.
 /// </summary>
 public void Annotate(IDeclarationElement element)
 {
     Annotate((LangElement)element, element.EntireDeclarationSpan.Start);
 }
Beispiel #2
0
 /// <summary>
 /// Finds DOC comment at given position and annotates statement with it.
 /// </summary>
 public void Annotate(IDeclarationElement element)
 {
     Annotate((LangElement)element, element.EntireDeclarationSpan.Start);
 }