Base:
method
TryGet
Microsoft.Build.Evaluation.ProjectRootElementCacheBase.TryGet(System.String)
4 references to TryGet
Microsoft.Build.Engine.UnitTests (4)
Evaluation\ProjectRootElementCache_Tests.cs (4)
121
ProjectRootElement xml1 = cache.
TryGet
(path);
126
ProjectRootElement xml2 = cache.
TryGet
(path);
155
ProjectRootElement xml1 = cache.
TryGet
(path);
160
ProjectRootElement xml2 = cache.
TryGet
(path);