Implemented interface member:
method
ExpandString
Microsoft.Build.Evaluation.IEvaluatorData<P, I, M, D>.ExpandString(System.String)
4 references to ExpandString
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
1167
string directProjectProperties = traversalProject.
ExpandString
(configurationAndPlatformProperties);
Microsoft.DotNet.ProjectTools (3)
VirtualProjectBuilder.cs (3)
220
projectDirective = projectDirective.WithName(project.
ExpandString
(projectDirective.Name), CSharpDirective.Project.NameKind.Expanded);
227
refDirective = refDirective.WithName(project.
ExpandString
(refDirective.Name), CSharpDirective.Ref.NameKind.Expanded);
234
var expandedPath = project.
ExpandString
(includeOrExcludeDirective.Name);