1 instantiation of FastGuid
Microsoft.AspNetCore.ResponseCaching (1)
FastGuid.cs (1)
50return new FastGuid(Interlocked.Increment(ref NextId));
3 references to FastGuid
Microsoft.AspNetCore.ResponseCaching (3)
FastGuid.cs (2)
48internal static FastGuid NewGuid() 53private static string GenerateGuidString(FastGuid guid)
ResponseCachingMiddleware.cs (1)
283VaryByKeyPrefix = FastGuid.NewGuid().IdString,