2 references to GetOrLoadValue
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (2)
TestFiles\Resources.cs (2)
64
public static byte[] GetBytes(string name) =>
GetOrLoadValue
(name, s_bytesLoader, ref s_bytesCache);
65
public static string GetText(string name) =>
GetOrLoadValue
(name, s_textLoader, ref s_textCache);