3 references to FileSourceStateMatcher
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
GlobalRunSpec.cs (3)
84Include = new List<IPathMatcher>() { new FileSourceStateMatcher(FileDispositionStates.Include, matcher) }; 85Exclude = new List<IPathMatcher>() { new FileSourceStateMatcher(FileDispositionStates.Exclude, matcher) }; 86CopyOnly = new List<IPathMatcher>() { new FileSourceStateMatcher(FileDispositionStates.CopyOnly, matcher) };