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