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