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