MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeIDeclarationSources
Open sandboxFocus

IDeclaration.Sources Property

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
System.Collections.Immutable.ImmutableArray<SourceReference>