2 implementations of UsesProjectRootElement
Microsoft.Build (2)
Definition\Project.cs (2)
3358
public bool
UsesProjectRootElement
(ProjectRootElement xmlRootElement)
3987
public bool
UsesProjectRootElement
(ProjectRootElement xmlRootElement) { throw new NotImplementedException(); }
1 reference to UsesProjectRootElement
Microsoft.Build (1)
Definition\Project.cs (1)
1649
return implementationInternal.
UsesProjectRootElement
(xmlRootElement);