21 references to Value
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3699
BlobReader reader = MetadataReader.GetBlobReader(constantRow.
Value
);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Attributes\AttributeTests_WellKnownAttributes.cs (2)
1126
var actual = metadataReader.GetBlobBytes(constant.
Value
);
1211
var actual = metadataReader.GetBlobBytes(constant.
Value
);
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (16)
Semantics\FieldInitializerBindingTests.vb (16)
907
Dim actual = reader.GetBlobBytes(constant.
Value
)
979
AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.
Value
))
987
AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.
Value
))
995
AssertEx.Equal(_ZERO1, reader.GetBlobBytes(constant.
Value
))
1003
AssertEx.Equal(_ZERO1, reader.GetBlobBytes(constant.
Value
))
1011
AssertEx.Equal(_ONE4, reader.GetBlobBytes(constant.
Value
))
1019
AssertEx.Equal(_ONE1, reader.GetBlobBytes(constant.
Value
))
1027
AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.
Value
))
1034
AssertEx.Equal(_ZERO1, reader.GetBlobBytes(constant.
Value
))
1041
AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.
Value
))
1048
AssertEx.Equal(_ONE4, reader.GetBlobBytes(constant.
Value
))
1055
AssertEx.Equal(_ZERO1, reader.GetBlobBytes(constant.
Value
))
1062
AssertEx.Equal(_ONE1, reader.GetBlobBytes(constant.
Value
))
1320
AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.
Value
))
1325
AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.
Value
))
1330
AssertEx.Equal(_ONE4, reader.GetBlobBytes(constant.
Value
))
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\General\Ecma\EcmaDefaultValueProcessing.cs (2)
22
if (constantValue.
Value
.IsNil && constantValue.TypeCode != ConstantTypeCode.String)
25
BlobReader reader = metadataReader.GetBlobReader(constantValue.
Value
);