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