18 references to AnonymousTypeField
Microsoft.CodeAnalysis.VisualBasic (18)
Binding\Binder_Lambda.vb (2)
800
parameterDescriptors(i) = New
AnonymousTypeField
(
810
parameterDescriptors(i) = New
AnonymousTypeField
(returnParamName, returnType, source.Syntax.GetLocation(), False)
Binding\Binder_Query.vb (12)
258
fields(i) = New
AnonymousTypeField
(rangeVar.Name, rangeVar.Type, rangeVar.Syntax.GetLocation(), isKeyOrByRef:=True)
2787
fields(i) = New
AnonymousTypeField
(
3215
fields(j) = New
AnonymousTypeField
(leftVar.Name, leftVar.Type, leftVar.Syntax.GetLocation(), isKeyOrByRef:=True)
3230
fields(j) = New
AnonymousTypeField
(param.Name, param.Type, param.Syntax.GetLocation(), isKeyOrByRef:=True)
3236
fields(lastIndex) = New
AnonymousTypeField
(
3350
fields(i) = New
AnonymousTypeField
(
3807
fields(0) = New
AnonymousTypeField
(GetQueryLambdaParameterName(keysRangeVariablesPart1),
3817
fields(0) = New
AnonymousTypeField
(GetQueryLambdaParameterNameLeft(keysRangeVariablesPart1),
3823
fields(1) = New
AnonymousTypeField
(GetQueryLambdaParameterNameRight(keysRangeVariablesPart2),
3837
fields(i) = New
AnonymousTypeField
(rangeVar.Name, rangeVar.Type, rangeVar.Syntax.GetLocation(), isKeyOrByRef:=True)
3852
fields(keys) = New
AnonymousTypeField
(rangeVar.Name, rangeVar.Type, rangeVar.Syntax.GetLocation(), isKeyOrByRef:=True)
3864
fields(keys + i) = New
AnonymousTypeField
(
BoundTree\GroupTypeInferenceLambda.vb (1)
23
ImmutableArray.Create(New
AnonymousTypeField
(GeneratedNameConstants.ItAnonymous,
Compilation\VisualBasicCompilation.vb (1)
2908
fields.Add(New
AnonymousTypeField
(name, DirectCast(type, TypeSymbol), loc, isReadOnly))
Symbols\AnonymousTypes\AnonymousTypeDescriptor.vb (2)
126
newFields(i) = New
AnonymousTypeField
(current.Name,
193
Me.
New
(name, Nothing, location, isKey)