Instance Property
declarationFragments
The declaration fragments of the variant or nil if the declaration is the same as the resolved information.
let declarationFragments: Optional<OutOfProcessReferenceResolver.ResolvedInformation.DeclarationFragments?>
Deprecated
This type is only used in the outdated, and no longer recommended, version of the out-of-process external resolver communication protocol.
Discussion
This is expected to be an abbreviated declaration for the symbol.
If the resolver information has a declaration but the variant doesn’t, this property will be Optional.some(nil).