Base:
method
Get
Microsoft.Build.Evaluation.ProjectRootElementCacheBase.Get(System.String, Microsoft.Build.Evaluation.ProjectRootElementCacheBase.OpenProjectRootElement, System.Boolean, System.Boolean?)
7 references to Get
Microsoft.Build (1)
Evaluation\SimpleProjectRootElementCache.cs (1)
101
return
Get
(
Microsoft.Build.Engine.UnitTests (6)
Evaluation\SimpleProjectRootElementCache_Tests.cs (6)
39
ProjectRootElement actualRootElement = cache.
Get
(projectFile, null, false, null);
53
ProjectRootElement actualRootElement = cache.
Get
(projectFile, null, false, null);
71
ProjectRootElement actualRootElement = cache.
Get
(projectFile, OpenFunc, false, null);
89
ProjectRootElement actualRootElement = cache.
Get
(projectFile, OpenFunc, false, null);
103
cache.
Get
(projectFile, OpenFunc, false, null);
122
cache.
Get
(projectFile, OpenFunc, false, null);