Interface IReferencesResult
Interface describes the result of "Find All References" command.
public interface IReferencesResult
Properties
References
Gets definitions of the references.
IEnumerable<IDefinition> References { get; }
Property Value
ReferncedItem
Gets the name of the referenced item.
string ReferncedItem { get; }