ReferenceLocation.IsImplicit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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