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