4 references to GetString
Microsoft.Build.Engine.OM.UnitTests (4)
FileUtilities.cs (1)
511
string message = ResourceUtilities.FormatString(AssemblyResources.
GetString
("Shared.PathTooLong"), path, NativeMethodsShared.MaxPath);
ResourceUtilities.cs (2)
144
=> AssemblyResources.
GetString
(resourceName);
450
string unformattedMessage = AssemblyResources.
GetString
(resourceName);
WindowsFileSystem.cs (1)
61
string message = ResourceUtilities.FormatString(AssemblyResources.
GetString
("Shared.PathTooLong"), path, NativeMethodsShared.MaxPath);