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