11 writes to FieldNames
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (11)
Symbols\AnonymousTypesSymbolTests.cs (11)
49new TypeDescr() { FieldNames = new string[] { "x", "g" } },
50new TypeDescr() { FieldNames = new string[] { "<>h__TransparentIdentifier0", "z" } }
304new TypeDescr() { FieldNames = new string[] { "a", "b" } },
305new TypeDescr() { FieldNames = new string[] { "Length", "at1", "C" } }
644new TypeDescr() { FieldNames = new string[] { } }
776new TypeDescr() { FieldNames = new string[] { "ToString", "Equals", "GetHashCode" } }
1892new TypeDescr() { FieldNames = new[] { "local" } },
1893new TypeDescr() { FieldNames = new[] { "P" } },
1894new TypeDescr() { FieldNames = new[] { "L" } },
1895new TypeDescr() { FieldNames = new[] { "M" } },
1896new TypeDescr() { FieldNames = new[] { "N" } }));
4 references to FieldNames
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)