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