1 write to _nullabilityContext
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
src\Shared\PropertyAsParameterInfo.cs (1)
36
_nullabilityContext
= nullabilityContext ?? new NullabilityInfoContext();
2 references to _nullabilityContext
Microsoft.AspNetCore.Mvc.ApiExplorer (2)
src\Shared\PropertyAsParameterInfo.cs (2)
216
_nullabilityContext
.Create(_constructionParameterInfo) :
217
_nullabilityContext
.Create(_underlyingProperty);