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