7 references to IsSubDescription
Microsoft.CodeAnalysis.VisualBasic (7)
Symbols\AnonymousTypes\PublicSymbols\AnonymousDelegate_TypePublicSymbol.vb (1)
32Dim returnType As TypeSymbol = If(parameterDescriptors.IsSubDescription(), DirectCast(manager.System_Void, TypeSymbol), parameterDescriptors.Last.Type)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousDelegate_TemplateSymbol.vb (4)
24Return If(parameters.Length = 1 AndAlso parameters.IsSubDescription(), 34Not typeDescr.Parameters.IsSubDescription() OrElse 40Dim returnType As TypeSymbol = If(parameterDescriptors.IsSubDescription(), DirectCast(manager.System_Void, TypeSymbol), Me.TypeParameters.Last) 208Debug.Assert(typeDescr.Parameters.IsSubDescription())
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTemplateSymbol.vb (2)
61If TypeKind = TypeKind.Delegate AndAlso typeDescr.Fields.IsSubDescription() Then 70Debug.Assert(typeDescr.Parameters.IsSubDescription())