15 writes to CacheToken
Microsoft.AspNetCore.Mvc.Core (3)
Controllers\ControllerBinderDelegateProvider.cs (2)
153CacheToken = parameter, 183CacheToken = property,
ModelBinding\ModelBindingHelper.cs (1)
265CacheToken = modelMetadata,
Microsoft.AspNetCore.Mvc.Core.Test (7)
ModelBinding\ModelBinderFactoryTest.cs (7)
269CacheToken = new object(), 436CacheToken = null, // We want the outermost provider to run twice. 498CacheToken = null, // We want the outermost provider to run twice. 552CacheToken = null, 559context.CacheToken = context.Metadata; 616CacheToken = null, 623context.CacheToken = context.Metadata;
Microsoft.AspNetCore.Mvc.IntegrationTests (3)
ComplexRecordIntegrationTest.cs (1)
4257CacheToken = parameter,
ComplexTypeIntegrationTestBase.cs (1)
3756CacheToken = parameter,
ParameterBinderExtensions.cs (1)
71CacheToken = parameter,
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageBinderFactory.cs (2)
38CacheToken = property, 119CacheToken = parameter,
3 references to CacheToken
Microsoft.AspNetCore.Mvc.Core (3)
ModelBinding\ModelBinderFactory.cs (3)
63if (TryGetCachedBinder(context.Metadata, context.CacheToken, out var binder)) 72binder = CreateBinderCoreUncached(providerContext, context.CacheToken); 80AddToCache(context.Metadata, context.CacheToken, binder);