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