This version of Unity is unsupported.
Method group is Obsolete

ScriptableRenderPipelineExtensionAttribute.inUse

Obsolete ScriptableRenderPipelineExtensionAttribute.inUse is deprecated. Use SupportedOnRenderPipelineAttribute.isSupportedOnCurrentPipeline instead. #from(23.1).
Upgrade to isSupportedOnCurrentPipeline
public bool inUse;

Description

Determines whether the current ScriptableRenderPipeline is the same type as the one given by the constructor. Returns true if the ScriptableRenderPipeline is of the type used when constructing the attribute. Otherwise, returns false.