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