8 references to BackingField
Microsoft.CodeAnalysis.CSharp (8)
Compiler\AnonymousTypeMethodBodySynthesizer.cs (7)
57F.Assignment(F.Field(F.This(), anonymousType.Properties[index].BackingField), F.Parameter(_parameters[index])); 87F.CloseMethod(F.Block(F.Return(F.Field(F.This(), _property.BackingField)))); 136fields.Add(prop.BackingField); 189initHash = unchecked(initHash * MethodBodySynthesizer.HASH_FACTOR + Hash.GetFNVHashCode(property.BackingField.Name)); 207F.Field(F.This(), anonymousType.Properties[index].BackingField), 263F.Field(F.This(), property.BackingField), 268type: property.BackingField.Type), manager.System_Object__ToString),
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.TemplateSymbol.cs (1)
68membersBuilder.Add(property.BackingField);