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