Open sandboxFocus

Property Sources

Sources

Gets the set of syntax nodes of the source code that declare the current declaration, or an empty set if the current declaration is not backed by source code.

Declaration
ImmutableArray<SourceReference> Sources { get; }
Property Value
Type Description
ImmutableArray<SourceReference>