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)
40
ProjectRootElement actualRootElement = cache.
Get
(projectFile, null, false, null);
54
ProjectRootElement actualRootElement = cache.
Get
(projectFile, null, false, null);
72
ProjectRootElement actualRootElement = cache.
Get
(projectFile, OpenFunc, false, null);
90
ProjectRootElement actualRootElement = cache.
Get
(projectFile, OpenFunc, false, null);
104
cache.
Get
(projectFile, OpenFunc, false, null);
123
cache.
Get
(projectFile, OpenFunc, false, null);