10 references to ComputeFingerprintSuffix
Microsoft.AspNetCore.Components.Endpoints (1)
Builder\ResourceCollectionUrlEndpoint.cs (1)
32var fingerprintSuffix = ComputeFingerprintSuffix(resourceCollection)[0..6];
Microsoft.AspNetCore.Components.Endpoints.Tests (9)
Builder\ResourceCollectionUrlEndpointTest.cs (9)
31var fingerprint1 = ResourceCollectionUrlEndpoint.ComputeFingerprintSuffix(collection); 48var fingerprint2 = ResourceCollectionUrlEndpoint.ComputeFingerprintSuffix(collection); 75var fingerprint1 = ResourceCollectionUrlEndpoint.ComputeFingerprintSuffix(collection); 95var fingerprint2 = ResourceCollectionUrlEndpoint.ComputeFingerprintSuffix(collection); 123var fingerprint1 = ResourceCollectionUrlEndpoint.ComputeFingerprintSuffix(collection); 143var fingerprint2 = ResourceCollectionUrlEndpoint.ComputeFingerprintSuffix(collection); 161var fingerprint = ResourceCollectionUrlEndpoint.ComputeFingerprintSuffix(collection); 184var fingerprintSuffix1 = ResourceCollectionUrlEndpoint.ComputeFingerprintSuffix(collection1); 196var fingerprintSuffix2 = ResourceCollectionUrlEndpoint.ComputeFingerprintSuffix(collection2);