16 references to Type
Microsoft.CodeAnalysis.VisualBasic (16)
Binding\Binder_AnonymousTypes.vb (5)
32If field.Type.IsRestrictedTypeOrArrayType(restrictedType) Then 338Debug.Assert(Me._fields(fieldIndex).Type IsNot Nothing) 346local = New SynthesizedLocal(Me.ContainingMember, Me._fields(fieldIndex).Type, SynthesizedLocalKind.LoweringTemp) 438Debug.Assert(field.Type IsNot Nothing) 439Return New BoundAnonymousTypePropertyAccess(node, creationBinder, fieldIndex, field.Type, hasErrors)
Symbols\AnonymousTypes\AnonymousTypeDescriptor.vb (6)
99If Not myFields(i).Type.Equals(otherFields(i).Type, compareKind) Then 127current.Type.InternalSubstituteTypeParameters(substitution).Type, 131anyChange = current.Type IsNot newFields(i).Type 201Debug.Assert(Name IsNot Nothing AndAlso Me.Type IsNot Nothing AndAlso Me.Location IsNot Nothing)
Symbols\AnonymousTypes\AnonymousTypeManager_Templates.vb (2)
107Dim typeArguments = typeDescr.Fields.SelectAsArray(Function(f) f.Type) 146typeArguments(index) = parameters(index).Type
Symbols\AnonymousTypes\PublicSymbols\AnonymousDelegate_TypePublicSymbol.vb (2)
32Dim returnType As TypeSymbol = If(parameterDescriptors.IsSubDescription(), DirectCast(manager.System_Void, TypeSymbol), parameterDescriptors.Last.Type) 134Return New SynthesizedParameterWithLocationSymbol(container, field.Type, ordinal, field.IsByRef, field.Name, field.Location)
Symbols\AnonymousTypes\PublicSymbols\AnonymousType_PropertyPublicSymbol.vb (1)
55Return Me._container.TypeDescriptor.Fields(Me.PropertyIndex).Type