Implemented interface member:
method
ExpandString
Microsoft.Build.Evaluation.IEvaluatorData<P, I, M, D>.ExpandString(System.String)
6 references to ExpandString
dotnet (2)
Commands\Reference\FileBasedAppReferenceEditor.cs (2)
189_projectInstance.ExpandString(projectDirective.Name), 199_projectInstance.ExpandString(refDirective.Name),
Microsoft.Build (1)
Construction\Solution\SolutionProjectGenerator.cs (1)
1167string directProjectProperties = traversalProject.ExpandString(configurationAndPlatformProperties);
Microsoft.DotNet.ProjectTools (3)
VirtualProjectBuilder.cs (3)
225projectDirective = projectDirective.WithName(project.ExpandString(projectDirective.Name), CSharpDirective.Project.NameKind.Expanded); 232refDirective = refDirective.WithName(project.ExpandString(refDirective.Name), CSharpDirective.Ref.NameKind.Expanded); 239var expandedPath = project.ExpandString(includeOrExcludeDirective.Name);