70 references to Type
Microsoft.CodeAnalysis (3)
Microsoft.CodeAnalysis.CSharp (11)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (14)
Attributes\AttributeTests.cs (12)
1672attrs.First().VerifyValue<object>(0, TypedConstantKind.Type, typeof(object));
3099attrs[1].VerifyValue<object>(0, TypedConstantKind.Type, typeof(Dictionary<string, int>));
3148attrs[0].VerifyValue<object>(0, TypedConstantKind.Type, typeof(string[,,]));
3597attrs.First().VerifyValue(0, TypedConstantKind.Type, typeof(Object));
4534attrs.First().VerifyValue(0, TypedConstantKind.Type, cClass.AsUnboundGenericType());
4574attrs.First().VerifyValue(0, TypedConstantKind.Type, bClass.AsUnboundGenericType());
5197attrs.First().VerifyValue<object>(0, TypedConstantKind.Type, typeArg);
5202attrs.First().VerifyValue<object>(0, TypedConstantKind.Type, typeArg);
5208attrs.First().VerifyValue<object>(0, TypedConstantKind.Type, typeArg);
5215attrs.First().VerifyValue<object>(0, TypedConstantKind.Type, typeArg);
5224attrs.First().VerifyValue<object>(0, TypedConstantKind.Type, typeArg);
5231attrs.First().VerifyValue<object>(0, TypedConstantKind.Type, typeArg);
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (14)
Symbols\Metadata\PE\LoadingAttributes.cs (10)
91aTypeInst.VerifyValue(0, TypedConstantKind.Type, typeof(string));
163aTypeInst.VerifyValue(0, TypedConstantKind.Type, typeof(string));
296a.VerifyNamedArgumentValue(0, "T", TypedConstantKind.Type, c3);
432l.GetAttributes().First().VerifyValue(0, TypedConstantKind.Type, "System.Collections.Generic.List<>");
435l.GetAttributes().First().VerifyValue(0, TypedConstantKind.Type, "System.Collections.Generic.List<C1>");
438l.GetAttributes().First().VerifyValue(0, TypedConstantKind.Type, "System.Collections.Generic.List<System.String>");
441l.GetAttributes().First().VerifyValue(0, TypedConstantKind.Type, "System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<C1, System.String>>");
444l.GetAttributes().First().VerifyValue(0, TypedConstantKind.Type, "System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<System.String, C1.InnerC1<System.Int32>.InnerC2<System.String, System.String>>>");
854attrSym.VerifyValue(0, TypedConstantKind.Type, cbar);
931attrSym.VerifyNamedArgumentValue(0, "TypeField", TypedConstantKind.Type, typeof(Dictionary<string, int>));
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
Microsoft.CodeAnalysis.CSharp.WinRT.UnitTests (1)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Microsoft.CodeAnalysis.VisualBasic (7)
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (11)
Attributes\AttributeTests.vb (11)
651attrs(0).VerifyValue(Of Object)(0, TypedConstantKind.Type, GetType(Object))
770attrs(0).VerifyValue(0, "TypeField", TypedConstantKind.Type, GetType(FileStream))
808attrs(1).VerifyValue(Of Object)(0, TypedConstantKind.Type, GetType(Dictionary(Of String, Integer)))
865attrs(1).VerifyValue(Of Object)(0, TypedConstantKind.Type, GetType(String(,,)))
1261attrs(0).VerifyValue(0, TypedConstantKind.Type, bClass.ConstructUnboundGenericType())
2177attrs.First().VerifyValue(Of Object)(0, TypedConstantKind.Type, typeArg)
2182attrs.First().VerifyValue(Of Object)(0, TypedConstantKind.Type, typeArg)
2188attrs.First().VerifyValue(Of Object)(0, TypedConstantKind.Type, typeArg)
2195attrs.First().VerifyValue(Of Object)(0, TypedConstantKind.Type, typeArg)
2204attrs.First().VerifyValue(Of Object)(0, TypedConstantKind.Type, typeArg)
2211attrs.First().VerifyValue(Of Object)(0, TypedConstantKind.Type, typeArg)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (4)
Microsoft.CodeAnalysis.VisualBasic.Test.Utilities (1)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)