3 references to ExpandString
Microsoft.Build (2)
Definition\Project.cs (1)
4516
return Project.
ExpandString
(unexpandedValue);
ObjectModelRemoting\DefinitionObjectsLinks\ProjectLink.cs (1)
229
/// Facilitate remoting the <see cref="Project.
ExpandString
"/>.
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectLink.cs (1)
77
public string ExpandString(string unexpandedValue) => this.Source.
ExpandString
(unexpandedValue);