ReferenceLocation.IsImplicit Property

Definition

Indicates if this is an implicit reference to the definition. i.e. the definition wasn't explicitly stated in the source code at this position, but it was still referenced. For example, this can happen with special methods like GetEnumerator that are used implicitly by a 'for each' statement.

public:
 property bool IsImplicit { bool get(); };
public bool IsImplicit { get; }
member this.IsImplicit : bool
Public ReadOnly Property IsImplicit As Boolean

Property Value

Applies to