20 instantiations of TypeHandleTargetInfo
Microsoft.CodeAnalysis (20)
Symbols\Attributes\AttributeDescription.cs (20)
114
new
TypeHandleTargetInfo
(system,"AttributeTargets", SerializationTypeCode.Int32)
115
,new
TypeHandleTargetInfo
("System.Reflection","AssemblyNameFlags", SerializationTypeCode.Int32)
116
,new
TypeHandleTargetInfo
(compilerServices,"MethodImplOptions", SerializationTypeCode.Int32)
117
,new
TypeHandleTargetInfo
(interopServices,"CharSet", SerializationTypeCode.Int32)
118
,new
TypeHandleTargetInfo
(interopServices,"LayoutKind", SerializationTypeCode.Int32)
119
,new
TypeHandleTargetInfo
(interopServices,"UnmanagedType", SerializationTypeCode.Int32)
120
,new
TypeHandleTargetInfo
(interopServices,"TypeLibTypeFlags", SerializationTypeCode.Int32)
121
,new
TypeHandleTargetInfo
(interopServices,"ClassInterfaceType", SerializationTypeCode.Int32)
122
,new
TypeHandleTargetInfo
(interopServices,"ComInterfaceType", SerializationTypeCode.Int32)
123
,new
TypeHandleTargetInfo
(compilerServices,"CompilationRelaxations", SerializationTypeCode.Int32)
124
,new
TypeHandleTargetInfo
("System.Diagnostics.DebuggableAttribute","DebuggingModes", SerializationTypeCode.Int32)
125
,new
TypeHandleTargetInfo
("System.Security","SecurityCriticalScope", SerializationTypeCode.Int32)
126
,new
TypeHandleTargetInfo
(interopServices,"CallingConvention", SerializationTypeCode.Int32)
127
,new
TypeHandleTargetInfo
("System.Configuration.Assemblies","AssemblyHashAlgorithm", SerializationTypeCode.Int32)
128
,new
TypeHandleTargetInfo
("System.EnterpriseServices","TransactionOption", SerializationTypeCode.Int32)
129
,new
TypeHandleTargetInfo
("System.Security.Permissions","SecurityAction", SerializationTypeCode.Int32)
130
,new
TypeHandleTargetInfo
(system,"Type", SerializationTypeCode.Type)
131
,new
TypeHandleTargetInfo
("Windows.Foundation.Metadata","DeprecationType", SerializationTypeCode.Int32)
132
,new
TypeHandleTargetInfo
("Windows.Foundation.Metadata","Platform", SerializationTypeCode.Int32)
133
,new
TypeHandleTargetInfo
(interopServices,"ExtendedLayoutKind", SerializationTypeCode.Int32)
3 references to TypeHandleTargetInfo
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (1)
3008
AttributeDescription.
TypeHandleTargetInfo
targetInfo = AttributeDescription.TypeHandleTargets[targetSignature[j + 1]];
Symbols\Attributes\AttributeDescription.cs (1)
105
internal static ImmutableArray<
TypeHandleTargetInfo
> TypeHandleTargets;
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Attributes\SourceAttributeData.cs (1)
296
AttributeDescription.
TypeHandleTargetInfo
targetInfo = AttributeDescription.TypeHandleTargets[targetSignature[signatureByteIndex]];