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)
501
if (_emptyStructTypeCache.
IsEmptyStructType
(field.Type)) continue;
1280
if (_emptyStructTypeCache.
IsEmptyStructType
(field.Type))
1396
if (_emptyStructTypeCache.
IsEmptyStructType
(node.Type)) return true;
1717
if (_emptyStructTypeCache.
IsEmptyStructType
(field.Type)) continue;
1744
Debug.Assert(!_emptyStructTypeCache.
IsEmptyStructType
(type));
1780
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)
4578
if (!_emptyStructTypeCache.
IsEmptyStructType
(type))