2 references to LibraryIncludeFlagsCache
NuGet.LibraryModel (2)
LibraryIncludeFlagUtils.cs (2)
132
if (!
LibraryIncludeFlagsCache
.TryGetValue(includeFlags, out string? enumAsString))
135
LibraryIncludeFlagsCache
.TryAdd(includeFlags, enumAsString);