11 instantiations of TypeDescr
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" } }));
2 references to TypeDescr
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\AnonymousTypesSymbolTests.cs (2)
986private void TestAnonymousTypeSymbols(ModuleSymbol module, params TypeDescr[] typeDescrs) 998private void TestAnonymousType(NamedTypeSymbol type, int typeIndex, TypeDescr typeDescr)