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)
1167string directProjectProperties = traversalProject.ExpandString(configurationAndPlatformProperties);
Microsoft.DotNet.ProjectTools (3)
VirtualProjectBuilder.cs (3)
220projectDirective = projectDirective.WithName(project.ExpandString(projectDirective.Name), CSharpDirective.Project.NameKind.Expanded); 227refDirective = refDirective.WithName(project.ExpandString(refDirective.Name), CSharpDirective.Ref.NameKind.Expanded); 234var expandedPath = project.ExpandString(includeOrExcludeDirective.Name);