21 references to Value
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3722BlobReader reader = MetadataReader.GetBlobReader(constantRow.Value);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Attributes\AttributeTests_WellKnownAttributes.cs (2)
1126var actual = metadataReader.GetBlobBytes(constant.Value); 1211var actual = metadataReader.GetBlobBytes(constant.Value);
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (16)
Semantics\FieldInitializerBindingTests.vb (16)
908Dim actual = reader.GetBlobBytes(constant.Value) 980AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.Value)) 988AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.Value)) 996AssertEx.Equal(_ZERO1, reader.GetBlobBytes(constant.Value)) 1004AssertEx.Equal(_ZERO1, reader.GetBlobBytes(constant.Value)) 1012AssertEx.Equal(_ONE4, reader.GetBlobBytes(constant.Value)) 1020AssertEx.Equal(_ONE1, reader.GetBlobBytes(constant.Value)) 1028AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.Value)) 1035AssertEx.Equal(_ZERO1, reader.GetBlobBytes(constant.Value)) 1042AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.Value)) 1049AssertEx.Equal(_ONE4, reader.GetBlobBytes(constant.Value)) 1056AssertEx.Equal(_ZERO1, reader.GetBlobBytes(constant.Value)) 1063AssertEx.Equal(_ONE1, reader.GetBlobBytes(constant.Value)) 1321AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.Value)) 1326AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.Value)) 1331AssertEx.Equal(_ONE4, reader.GetBlobBytes(constant.Value))
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\General\Ecma\EcmaDefaultValueProcessing.cs (2)
22if (constantValue.Value.IsNil && constantValue.TypeCode != ConstantTypeCode.String) 25BlobReader reader = metadataReader.GetBlobReader(constantValue.Value);