3 references to WithNullability
Aspire.Hosting.RemoteHost (3)
AtsCapabilityScanner.cs (3)
1103
propTypeRef =
WithNullability
(propTypeRef, prop.PropertyType, nullabilityContext.Create(prop).ReadState);
1660
var getterTypeRef =
WithNullability
(propertyTypeRef!, propType, propertyNullability.ReadState);
1661
var setterTypeRef =
WithNullability
(propertyTypeRef!, propType, propertyNullability.WriteState);