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;