1 write to FullTypeName
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\SuppressChildValidationMetadataProvider.cs (1)
42
FullTypeName
= fullTypeName;
5 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))
Microsoft.AspNetCore.Mvc.Test (2)
MvcOptionsSetupTest.cs (2)
267
Assert.Equal(typeof(XObject).FullName, excludeFilter.
FullTypeName
);
272
Assert.Equal(typeof(XmlNode).FullName, excludeFilter.
FullTypeName
);