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)
101return Get(
Microsoft.Build.Engine.UnitTests (6)
Evaluation\SimpleProjectRootElementCache_Tests.cs (6)
39ProjectRootElement actualRootElement = cache.Get(projectFile, null, false, null); 53ProjectRootElement actualRootElement = cache.Get(projectFile, null, false, null); 71ProjectRootElement actualRootElement = cache.Get(projectFile, OpenFunc, false, null); 89ProjectRootElement actualRootElement = cache.Get(projectFile, OpenFunc, false, null); 103cache.Get(projectFile, OpenFunc, false, null); 122cache.Get(projectFile, OpenFunc, false, null);