3 references to IsSpecialEmptyMember
Microsoft.CodeAnalysis.AnalyzerUtilities (3)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PointsToAnalysis\PointsToAnalysis.PointsToDataFlowOperationVisitor.cs (3)
970
=> IsSpecialFactoryMethodReturningNonNullValue(method, wellKnownTypeProvider) ||
IsSpecialEmptyMember
(method);
1086
if (
IsSpecialEmptyMember
(operation.Field) &&
1100
if (
IsSpecialEmptyMember
(operation.Property) &&