1 write to Name
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\AnonymousTypes\AnonymousTypeDescriptor.vb (1)
186Me.Name = If(String.IsNullOrWhiteSpace(name), "<Empty Name>", name)
13 references to Name
Microsoft.CodeAnalysis.VisualBasic (13)
Binding\Binder_AnonymousTypes.vb (1)
297Dim name As String = Me._fields(index).Name
Symbols\AnonymousTypes\AnonymousTypeDescriptor.vb (3)
53Me.Key = ComputeKey(fields, Function(f) f.Name, Function(f) f.IsKey) 126newFields(i) = New AnonymousTypeField(current.Name, 201Debug.Assert(Name IsNot Nothing AndAlso Me.Type IsNot Nothing AndAlso Me.Location IsNot Nothing)
Symbols\AnonymousTypes\AnonymousTypeExtensions.vb (1)
13Return fields.Last().Name Is AnonymousTypeDescriptor.SubReturnParameterName
Symbols\AnonymousTypes\PublicSymbols\AnonymousDelegate_TypePublicSymbol.vb (3)
28Debug.Assert(typeDescr.Parameters.Last().Name Is AnonymousTypeDescriptor.FunctionReturnParameterName OrElse 29typeDescr.Parameters.Last().Name Is AnonymousTypeDescriptor.SubReturnParameterName) 134Return New SynthesizedParameterWithLocationSymbol(container, field.Type, ordinal, field.IsByRef, field.Name, field.Location)
Symbols\AnonymousTypes\PublicSymbols\AnonymousType_PropertyPublicSymbol.vb (1)
61Return Me._container.TypeDescriptor.Fields(Me.PropertyIndex).Name
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousDelegate_TemplateSymbol.vb (2)
55parameterDescriptors(i).Name, 127Dim parameters = TypeDescr.Parameters.SelectAsArray(Function(p) New AnonymousTypeKeyField(p.Name, isKey:=p.IsByRef, ignoreCase:=True))
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_PropertySymbol.vb (1)
31_name = field.Name
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTemplateSymbol.vb (1)
314Me.Names = typeDescr.Fields.SelectAsArray(Function(d) d.Name)