1 override of IsEmptyStructType
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\EmptyStructTypeCache.cs (1)
75
public override bool
IsEmptyStructType
(TypeSymbol type)
9 references to IsEmptyStructType
Microsoft.CodeAnalysis.CSharp (9)
FlowAnalysis\DefiniteAssignment.cs (6)
477
if (_emptyStructTypeCache.
IsEmptyStructType
(field.Type)) continue;
1222
if (_emptyStructTypeCache.
IsEmptyStructType
(field.Type))
1320
if (_emptyStructTypeCache.
IsEmptyStructType
(node.Type)) return true;
1582
if (_emptyStructTypeCache.
IsEmptyStructType
(field.Type)) continue;
1609
Debug.Assert(!_emptyStructTypeCache.
IsEmptyStructType
(type));
1645
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)
4025
if (!_emptyStructTypeCache.
IsEmptyStructType
(type))