2 overrides of FieldsBeingBound
Microsoft.CodeAnalysis.CSharp (2)
Binder\BuckStopsHereBinder.cs (1)
81
internal override ConsList<FieldSymbol>
FieldsBeingBound
Binder\ImplicitlyTypedFieldBinder.cs (1)
30
internal override ConsList<FieldSymbol>
FieldsBeingBound
8 references to FieldsBeingBound
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder.cs (1)
475
return this.Next.
FieldsBeingBound
;
Binder\Binder_Deconstruct.cs (1)
947
var fieldType = field.GetFieldType(this.
FieldsBeingBound
);
Binder\Binder_Expressions.cs (4)
452
field.GetFieldType(initializerBinder.
FieldsBeingBound
).Type, diagnostics);
3228
TypeSymbol fieldType = expressionVariableField.GetFieldType(this.
FieldsBeingBound
).Type;
8172
resultType = ((FieldSymbol)symbolOpt).GetFieldType(this.
FieldsBeingBound
).Type;
8614
TypeSymbol fieldType = fieldSymbol.GetFieldType(this.
FieldsBeingBound
).Type;
Binder\Binder_Initializers.cs (1)
291
var fieldsBeingBound = binder.
FieldsBeingBound
;
Binder\Binder_Lookup.cs (1)
1737
type = ((FieldSymbol)symbol).GetFieldType(this.
FieldsBeingBound
).Type;