Base:
method
TryGet
Microsoft.Build.Evaluation.ProjectRootElementCacheBase.TryGet(System.String)
4 references to TryGet
Microsoft.Build.Engine.UnitTests (4)
Evaluation\ProjectRootElementCache_Tests.cs (4)
122
ProjectRootElement xml1 = cache.
TryGet
(path);
127
ProjectRootElement xml2 = cache.
TryGet
(path);
156
ProjectRootElement xml1 = cache.
TryGet
(path);
161
ProjectRootElement xml2 = cache.
TryGet
(path);