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)
23
Return If(parameters.Length = 1 AndAlso parameters.
IsSubDescription
(),
33
Not typeDescr.Parameters.
IsSubDescription
() OrElse
39
Dim returnType As TypeSymbol = If(parameterDescriptors.
IsSubDescription
(), DirectCast(manager.System_Void, TypeSymbol), Me.TypeParameters.Last)
207
Debug.Assert(typeDescr.Parameters.
IsSubDescription
())
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTemplateSymbol.vb (2)
60
If TypeKind = TypeKind.Delegate AndAlso typeDescr.Fields.
IsSubDescription
() Then
69
Debug.Assert(typeDescr.Parameters.
IsSubDescription
())