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