3 references to IsSpecialEmptyMember
Microsoft.CodeAnalysis.NetAnalyzers (3)
src\ffd9070534249528\PointsToAnalysis.PointsToDataFlowOperationVisitor.cs (3)
969
=> IsSpecialFactoryMethodReturningNonNullValue(method, wellKnownTypeProvider) ||
IsSpecialEmptyMember
(method);
1085
if (
IsSpecialEmptyMember
(operation.Field) &&
1099
if (
IsSpecialEmptyMember
(operation.Property) &&