4 references to ProjectRootElementDirtied
Microsoft.Build (4)
Definition\ProjectCollection.cs (2)
380
ProjectRootElementCache.
ProjectRootElementDirtied
+= ProjectRootElementCache_ProjectRootElementDirtiedHandler;
1640
ProjectRootElementCache.
ProjectRootElementDirtied
-= ProjectRootElementCache_ProjectRootElementDirtiedHandler;
Evaluation\ProjectRootElementCacheBase.cs (2)
66
/// Raises the <see cref="
ProjectRootElementDirtied
"/> event.
72
var cacheDirtied =
ProjectRootElementDirtied
;