21 references to Value
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3694BlobReader 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)
907Dim actual = reader.GetBlobBytes(constant.Value) 979AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.Value)) 987AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.Value)) 995AssertEx.Equal(_ZERO1, reader.GetBlobBytes(constant.Value)) 1003AssertEx.Equal(_ZERO1, reader.GetBlobBytes(constant.Value)) 1011AssertEx.Equal(_ONE4, reader.GetBlobBytes(constant.Value)) 1019AssertEx.Equal(_ONE1, reader.GetBlobBytes(constant.Value)) 1027AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.Value)) 1034AssertEx.Equal(_ZERO1, reader.GetBlobBytes(constant.Value)) 1041AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.Value)) 1048AssertEx.Equal(_ONE4, reader.GetBlobBytes(constant.Value)) 1055AssertEx.Equal(_ZERO1, reader.GetBlobBytes(constant.Value)) 1062AssertEx.Equal(_ONE1, reader.GetBlobBytes(constant.Value)) 1320AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.Value)) 1325AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.Value)) 1330AssertEx.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);