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