6 references to Create
Microsoft.CodeAnalysis (6)
CodeGen\SwitchStringJumpTableEmitter.cs (1)
139
ConstantValue hashConstant = ConstantValue.
Create
(hashValue);
Compilation\Expression.cs (1)
18
return ConstantValue.
Create
((uint)value);
ConstantValue.cs (1)
378
case ConstantValueTypeDiscriminator.UInt32: return
Create
((uint)value);
EnumConstantHelper.cs (1)
86
offsetValue = ConstantValue.
Create
((uint)(previous + offset));
MetadataReader\MetadataDecoder.cs (1)
1091
return ConstantValue.
Create
(sigReader.ReadUInt32());
MetadataReader\PEModule.cs (1)
3722
return ConstantValue.
Create
(reader.ReadUInt32());