3 references to GetString
Microsoft.Build.Engine.OM.UnitTests (3)
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);