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