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