Table of Contents

Interface IReferencesResult

Namespace
Loehnert.Lisrt.Scripting.Editor.File.IntelliSense
Assembly
Loehnert.Lisrt.Scripting.dll

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

IEnumerable<IDefinition>

ReferncedItem

Gets the name of the referenced item.

string ReferncedItem { get; }

Property Value

string