2 references to OldNamespace
Microsoft.AspNetCore.DataProtection (2)
TypeForwardingActivator.cs (2)
62
if (originalTypeName.Contains(
OldNamespace
))
65
forwardedTypeName = originalTypeName.Replace(
OldNamespace
, CurrentNamespace);