ReferenceLocation.IsCandidateLocation Property

Definition

Indicates if this was not an exact reference to a location, but was instead a possible location that was found through error tolerance. For example, a call to a method like "Goo()" could show up as an error tolerance location to a method "Goo(int i)" if no actual "Goo()" method existed.

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

Property Value

Applies to