21 references to Type
ILAssembler (3)
GrammarVisitor.cs (3)
2521
SerializationTypeCode.
Type
=> ExtractSerString(valueBytes),
4779
blob.WriteByte((byte)SerializationTypeCode.
Type
);
4868
CILParser.TYPE => SerializationTypeCode.
Type
,
ILCompiler.MetadataTransform (6)
ILCompiler\Metadata\Transform.CustomAttribute.cs (6)
105
return Ecma.SerializationTypeCode.
Type
;
115
case Ecma.SerializationTypeCode.
Type
: return module.Context.SystemModule.GetType("System"u8, "Type"u8);
152
if (typeCode == Ecma.SerializationTypeCode.
Type
)
207
if (elementTypeCode is Ecma.SerializationTypeCode.TaggedObject or Ecma.SerializationTypeCode.
Type
)
213
Ecma.SerializationTypeCode typecode = elementTypeCode == Ecma.SerializationTypeCode.
Type
? Ecma.SerializationTypeCode.
Type
: valueReader.ReadSerializationTypeCode();
Microsoft.CodeAnalysis (5)
MetadataReader\MetadataDecoder.cs (3)
1376
case SerializationTypeCode.
Type
:
1416
return SerializationTypeCode.
Type
;
1534
case SerializationTypeCode.
Type
:
MetadataReader\PEModule.cs (1)
1468
if (typeCode != SerializationTypeCode.SZArray || elementTypeCode != SerializationTypeCode.
Type
)
Symbols\Attributes\AttributeDescription.cs (1)
130
,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)
875
WriteTypeCode(SerializationTypeCode.
Type
);