Exemplo n.º 1
0
 /// <summary>
 /// A request to resolve project-wide references for the symbol denoted
 /// by the given text document position.The request's parameter is of
 /// type[ReferenceParams](#ReferenceParams) the response is of type
 /// [Location[]](#Location) or a Thenable that resolves to such.
 /// </summary>
 public virtual List <Location> OnReferences(ReferenceParams parameters)
 {
     return(null);
 }
Exemplo n.º 2
0
 /// <summary>
 /// A request to resolve project-wide references for the symbol denoted
 /// by the given text document position.The request's parameter is of
 /// type[ReferenceParams](#ReferenceParams) the response is of type
 /// [Location[]](#Location) or a Thenable that resolves to such.
 /// </summary>
 public virtual List<Location> OnReferences(ReferenceParams parameters)
 {
     return null;
 }