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