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