5 writes to CacheToken
Microsoft.AspNetCore.Mvc.Core (3)
Controllers\ControllerBinderDelegateProvider.cs (2)
153
CacheToken
= parameter,
183
CacheToken
= property,
ModelBinding\ModelBindingHelper.cs (1)
265
CacheToken
= modelMetadata,
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageBinderFactory.cs (2)
38
CacheToken
= property,
119
CacheToken
= parameter,
3 references to CacheToken
Microsoft.AspNetCore.Mvc.Core (3)
ModelBinding\ModelBinderFactory.cs (3)
63
if (TryGetCachedBinder(context.Metadata, context.
CacheToken
, out var binder))
72
binder = CreateBinderCoreUncached(providerContext, context.
CacheToken
);
80
AddToCache(context.Metadata, context.
CacheToken
, binder);