1 override of IsEmptyStructType
Microsoft.CodeAnalysis.VisualBasic (1)
Analysis\IteratorAndAsyncAnalysis\IteratorAndAsyncCaptureWalker.vb (1)
185
Protected Overrides Function
IsEmptyStructType
(type As TypeSymbol) As Boolean
8 references to IsEmptyStructType
Microsoft.CodeAnalysis.VisualBasic (8)
Analysis\FlowAnalysis\DataFlowPass.vb (8)
503
If
IsEmptyStructType
(variableType) Then
588
If Not
IsEmptyStructType
(field.Type) Then
689
Debug.Assert(Not
IsEmptyStructType
(type))
737
Debug.Assert(Not
IsEmptyStructType
(type))
1014
If
IsEmptyStructType
(node.Type) Then
1224
If EnableBreakingFlowAnalysisFeatures OrElse Not type.IsValueType OrElse type.IsIntrinsicOrEnumType OrElse Not
IsEmptyStructType
(type) OrElse
1884
Debug.Assert(
IsEmptyStructType
(local.Type))
1894
Debug.Assert(
IsEmptyStructType
(local.Type))