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;