5 references to Create
Microsoft.CodeAnalysis (5)
Compilation\Expression.cs (1)
28
return ConstantValue.
Create
((byte)value);
ConstantValue.cs (1)
374
case ConstantValueTypeDiscriminator.Byte: return
Create
((byte)value);
EnumConstantHelper.cs (1)
46
offsetValue = ConstantValue.
Create
((byte)(previous + offset));
MetadataReader\MetadataDecoder.cs (1)
1075
return ConstantValue.
Create
(sigReader.ReadByte());
MetadataReader\PEModule.cs (1)
3716
return ConstantValue.
Create
(reader.ReadByte());