1 override of IsEmptyStructType
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
4423protected override bool IsEmptyStructType(TypeSymbol type)
1 reference to IsEmptyStructType
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\LocalDataFlowPass.cs (1)
127if (!forceSlotEvenIfEmpty && IsEmptyStructType(variableType))