1 override of IsEmptyStructType
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\EmptyStructTypeCache.cs (1)
69
public override bool
IsEmptyStructType
(TypeSymbol type)
9 references to IsEmptyStructType
Microsoft.CodeAnalysis.CSharp (9)
FlowAnalysis\DefiniteAssignment.cs (6)
478
if (_emptyStructTypeCache.
IsEmptyStructType
(field.Type)) continue;
1265
if (_emptyStructTypeCache.
IsEmptyStructType
(field.Type))
1381
if (_emptyStructTypeCache.
IsEmptyStructType
(node.Type)) return true;
1702
if (_emptyStructTypeCache.
IsEmptyStructType
(field.Type)) continue;
1729
Debug.Assert(!_emptyStructTypeCache.
IsEmptyStructType
(type));
1765
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)
4432
if (!_emptyStructTypeCache.
IsEmptyStructType
(type))