2 references to MakeFixedFieldImplementationName
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceFixedFieldSymbol.cs (1)
156: base(GeneratedNames.MakeFixedFieldImplementationName(field.Name), typeParameters: ImmutableArray<TypeParameterSymbol>.Empty, typeMap: TypeMap.Empty)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\NameLengthTests.cs (1)
552int padding = GeneratedNames.MakeFixedFieldImplementationName("A").Length - 1;