21 references to Value
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3722
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)
908
Dim actual = reader.GetBlobBytes(constant.
Value
)
980
AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.
Value
))
988
AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.
Value
))
996
AssertEx.Equal(_ZERO1, reader.GetBlobBytes(constant.
Value
))
1004
AssertEx.Equal(_ZERO1, reader.GetBlobBytes(constant.
Value
))
1012
AssertEx.Equal(_ONE4, reader.GetBlobBytes(constant.
Value
))
1020
AssertEx.Equal(_ONE1, reader.GetBlobBytes(constant.
Value
))
1028
AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.
Value
))
1035
AssertEx.Equal(_ZERO1, reader.GetBlobBytes(constant.
Value
))
1042
AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.
Value
))
1049
AssertEx.Equal(_ONE4, reader.GetBlobBytes(constant.
Value
))
1056
AssertEx.Equal(_ZERO1, reader.GetBlobBytes(constant.
Value
))
1063
AssertEx.Equal(_ONE1, reader.GetBlobBytes(constant.
Value
))
1321
AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.
Value
))
1326
AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.
Value
))
1331
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
);