45 references to ChildType
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (45)
Symbols\ConversionTests.cs (45)
32sys.ChildType("Object"), 33sys.ChildType("String"), 34sys.ChildType("Array"), 35sys.ChildType("Int64"), 36sys.ChildType("UInt64"), 37sys.ChildType("Int32"), 38sys.ChildType("UInt32"), 39sys.ChildType("Int16"), 40sys.ChildType("UInt16"), 41sys.ChildType("SByte"), 42sys.ChildType("Byte"), 43sys.ChildType("Double"), 44sys.ChildType("Single"), 45sys.ChildType("Decimal"), 46sys.ChildType("Char"), 47sys.ChildType("Nullable", 1).Construct(sys.ChildType("Int64")), 48sys.ChildType("Nullable", 1).Construct(sys.ChildType("UInt64")), 49sys.ChildType("Nullable", 1).Construct(sys.ChildType("Int32")), 50sys.ChildType("Nullable", 1).Construct(sys.ChildType("UInt32")), 51sys.ChildType("Nullable", 1).Construct(sys.ChildType("Int16")), 52sys.ChildType("Nullable", 1).Construct(sys.ChildType("UInt16")), 53sys.ChildType("Nullable", 1).Construct(sys.ChildType("SByte")), 54sys.ChildType("Nullable", 1).Construct(sys.ChildType("Byte")), 55sys.ChildType("Nullable", 1).Construct(sys.ChildType("Double")), 56sys.ChildType("Nullable", 1).Construct(sys.ChildType("Single")), 57sys.ChildType("Nullable", 1).Construct(sys.ChildType("Decimal")), 58sys.ChildType("Nullable", 1).Construct(sys.ChildType("Char")), 59sys.ChildType("Exception"), 60sys.ChildNamespace("Collections").ChildType("IEnumerable"), 61sys.ChildNamespace("Collections").ChildNamespace("Generic").ChildType("IEnumerable", 1).Construct(sys.ChildType("Object")), 62sys.ChildNamespace("Collections").ChildNamespace("Generic").ChildType("IEnumerable", 1).Construct(sys.ChildType("String")), 63sys.ChildNamespace("Collections").ChildNamespace("Generic").ChildType("IEnumerable", 1).Construct(sys.ChildType("Char")), 64compilation.CreateArrayTypeSymbol(sys.ChildType("String")), 65compilation.CreateArrayTypeSymbol(sys.ChildType("Object")), 66sys.ChildNamespace("Collections").ChildNamespace("Generic").ChildType("IList", 1).Construct(sys.ChildType("String")), 67sys.ChildNamespace("Collections").ChildNamespace("Generic").ChildType("IList", 1).Construct(sys.ChildType("Object")), 68sys.ChildType("ArgumentException"), 69sys.ChildType("Delegate"), 70sys.ChildType("Func", 2).Construct(sys.ChildType("Exception"), sys.ChildType("Exception")), 71sys.ChildType("Func", 2).Construct(sys.ChildType("ArgumentException"), sys.ChildType("Object")), 72sys.ChildNamespace("Runtime").ChildNamespace("Serialization").ChildType("ISerializable"), 231var classX = global.ChildType("X"); 232var classI = (NamedTypeSymbol)(global.ChildType("O").ChildSymbol("I"));