2 implementations of IsLinked
Microsoft.Build (2)
Definition\Project.cs (2)
2017
public bool
IsLinked
=> false;
3983
public bool
IsLinked
=> true;
1 reference to IsLinked
Microsoft.Build (1)
Definition\Project.cs (1)
69
internal bool IsLinked => implementationInternal.
IsLinked
;