2 writes to _cachedEvaluatedPath
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
FileSourceHierarchicalPathMatcher.cs (2)
48
_cachedEvaluatedPath
= string.Empty;
57
_cachedEvaluatedPath
= path;
1 reference to _cachedEvaluatedPath
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
FileSourceHierarchicalPathMatcher.cs (1)
54
if (!string.Equals(path,
_cachedEvaluatedPath
, StringComparison.Ordinal))