3 implementations of RequiresPrefixMatch
dotnet (1)
Commands\New\MSBuildEvaluation\ProjectContextSymbolSource.cs (1)
24public bool RequiresPrefixMatch => true;
Microsoft.TemplateEngine.Edge (2)
Components\EnvironmentVariablesBindSource.cs (1)
19bool IBindSymbolSource.RequiresPrefixMatch => false;
Components\HostParametersBindSource.cs (1)
19bool IBindSymbolSource.RequiresPrefixMatch => false;
3 references to RequiresPrefixMatch
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
BindSymbolEvaluator.cs (3)
164sourcesToSearch = _bindSymbolSources.Where(source => !source.RequiresPrefixMatch); 176sourcesToSearch = _bindSymbolSources.Where(source => !source.RequiresPrefixMatch); 191sourcesToSearch = _bindSymbolSources.Where(source => !source.RequiresPrefixMatch);