1 write to FullTypeName
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\SuppressChildValidationMetadataProvider.cs (1)
42
FullTypeName
= fullTypeName;
3 references to FullTypeName
Microsoft.AspNetCore.Mvc.Core (3)
ModelBinding\SuppressChildValidationMetadataProvider.cs (3)
70
if (
FullTypeName
!= null)
85
Debug.Assert(
FullTypeName
!= null);
92
if (string.Equals(type.FullName,
FullTypeName
, StringComparison.Ordinal))