3 implementations of SourcePrefix
dotnet (1)
Commands\New\MSBuildEvaluation\ProjectContextSymbolSource.cs (1)
18public string? SourcePrefix => "msbuild";
Microsoft.TemplateEngine.Edge (2)
Components\EnvironmentVariablesBindSource.cs (1)
17string IBindSymbolSource.SourcePrefix => "env";
Components\HostParametersBindSource.cs (1)
17string IBindSymbolSource.SourcePrefix => "host";