2 references to MakeAnonymousTypeBackingFieldName
Microsoft.CodeAnalysis.CSharp (1)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType.FieldSymbol.cs (1)
41get { return GeneratedNames.MakeAnonymousTypeBackingFieldName(_property.Name); }
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\NameLengthTests.cs (1)
480int padding = GeneratedNames.MakeAnonymousTypeBackingFieldName("A").Length - 1;