Open sandboxFocus

Method BeforeAnyAspect

BeforeAnyAspect<TDeclaration>(IQuery<TDeclaration>)

Gets an interface that allows to validate the initial compilation, after before any aspect has been applied.

Declaration
[Obsolete("Use the 'options' parameter of the Validate method.", true)]
public static IQuery<TDeclaration> BeforeAnyAspect<TDeclaration>(this IQuery<TDeclaration> query) where TDeclaration : class, IDeclaration
Parameters
Type Name Description
IQuery<TDeclaration> query
Returns
Type Description
IQuery<TDeclaration>
Type Parameters
Name Description
TDeclaration

BeforeAnyAspect<TDeclaration, TTag>(ITaggedQuery<TDeclaration, TTag>)

Gets an interface that allows to validate the initial compilation, after before any aspect has been applied.

Declaration
[Obsolete("Use the 'options' parameter of the Validate method.", true)]
public static ITaggedQuery<TDeclaration, TTag> BeforeAnyAspect<TDeclaration, TTag>(this ITaggedQuery<TDeclaration, TTag> query) where TDeclaration : class, IDeclaration
Parameters
Type Name Description
ITaggedQuery<TDeclaration, TTag> query
Returns
Type Description
ITaggedQuery<TDeclaration, TTag>
Type Parameters
Name Description
TDeclaration
TTag