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