1 override of IsEmptyStructType
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\EmptyStructTypeCache.cs (1)
70
public override bool
IsEmptyStructType
(TypeSymbol type)
9 references to IsEmptyStructType
Microsoft.CodeAnalysis.CSharp (9)
FlowAnalysis\DefiniteAssignment.cs (6)
487
if (_emptyStructTypeCache.
IsEmptyStructType
(field.Type)) continue;
1266
if (_emptyStructTypeCache.
IsEmptyStructType
(field.Type))
1382
if (_emptyStructTypeCache.
IsEmptyStructType
(node.Type)) return true;
1703
if (_emptyStructTypeCache.
IsEmptyStructType
(field.Type)) continue;
1730
Debug.Assert(!_emptyStructTypeCache.
IsEmptyStructType
(type));
1766
Debug.Assert(!_emptyStructTypeCache.
IsEmptyStructType
(type));
FlowAnalysis\DefiniteAssignment.LocalFunctions.cs (1)
107
Debug.Assert(!_emptyStructTypeCache.
IsEmptyStructType
(type));
FlowAnalysis\LocalDataFlowPass.cs (1)
94
return _emptyStructTypeCache.
IsEmptyStructType
(type);
FlowAnalysis\NullableWalker.cs (1)
4648
if (!_emptyStructTypeCache.
IsEmptyStructType
(type))