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