ExtractedClassName.IsInsideConditionalBlock Property

Definition

Whether or not we found the name inside a block of conditionally compiled code

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property bool IsInsideConditionalBlock { bool get(); void set(bool value); };
public bool IsInsideConditionalBlock { get; set; }
public bool IsInsideConditionalBlock { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.IsInsideConditionalBlock : bool with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.IsInsideConditionalBlock : bool with get, set
Public Property IsInsideConditionalBlock As Boolean

Property Value

true to indicate the extracted class name exists inside a block of conditionally compiled code; otherwise, false.

Attributes

Applies to