12 references to Type
Microsoft.CodeAnalysis (5)
MetadataReader\MetadataDecoder.cs (3)
1376
case SerializationTypeCode.
Type
:
1416
return SerializationTypeCode.
Type
;
1534
case SerializationTypeCode.
Type
:
MetadataReader\PEModule.cs (1)
1418
if (typeCode != SerializationTypeCode.SZArray || elementTypeCode != SerializationTypeCode.
Type
)
Symbols\Attributes\AttributeDescription.cs (1)
129
,new TypeHandleTargetInfo(system,"Type", SerializationTypeCode.
Type
)
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Attributes\SourceAttributeData.cs (1)
437
case (byte)SerializationTypeCode.
Type
:
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Attributes\SourceAttributeData.vb (1)
252
Case CByte(SerializationTypeCode.
Type
)
System.Reflection.Emit (1)
System\Reflection\Emit\CustomAttributeWrapper.cs (1)
173
SerializationTypeCode.
Type
=> typeof(string), // the type name written in string format
System.Reflection.Metadata (4)
System\Reflection\Metadata\Ecma335\CustomAttributeDecoder.cs (3)
197
info.TypeCode = _provider.IsSystemType(info.Type) ? SerializationTypeCode.
Type
: (SerializationTypeCode)_provider.GetUnderlyingEnumType(info.Type);
266
case SerializationTypeCode.
Type
:
364
case SerializationTypeCode.
Type
:
System\Reflection\Metadata\Ecma335\Encoding\BlobEncoders.cs (1)
871
WriteTypeCode(SerializationTypeCode.
Type
);