2 references to IsPropertyOutputMoreStrictThanInput
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (2)
844if (IsPropertyOutputMoreStrictThanInput(prop)) 10549if (property is not null && IsPropertyOutputMoreStrictThanInput(property))