Open sandboxFocus

Method ValidateReferences

ValidateReferences(ReferenceValidationContext)

Validates the references in the given context. The context may contain several references, all grouped according to the validator Granularity. The implementation is reponsible for reporting diagnostics as necessary.

Declaration
public override sealed void ValidateReferences(ReferenceValidationContext context)
Parameters
Type Name Description
ReferenceValidationContext context
Overrides