10 references to Object
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\CallingConvention\CallingConvention_1.cs (2)
224ElementType = CdacCorElementType.Object, 438case CorElementType.Object:
Contracts\CallingConvention\CdacTypeHandle.cs (1)
71or CdacCorElementType.Object
Contracts\ManagedTypeSource_1.cs (1)
380or CorElementType.Object
Contracts\RuntimeTypeSystem_1.cs (1)
641or CorElementType.Object
Microsoft.Diagnostics.DataContractReader.Legacy (5)
ClrDataFrame.cs (1)
709CorElementType.String or CorElementType.Object or CorElementType.Class
Dbi\DacDbiImpl.cs (1)
6669return CorElementType.Object;
SigFormat.cs (2)
125case CorElementType.Object: stringBuilder.Append("System.Object"); return; 344case CorElementType.Object: stringBuilder.Append("System.Object"); return;
TypeHandleExtensions.cs (1)
142CorElementType.Object => "Object",