64 references to GetBlobBytes
Microsoft.Build.Tasks.Core (1)
Microsoft.CodeAnalysis (4)
Microsoft.CodeAnalysis.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (16)
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.Rebuild (2)
Microsoft.CodeAnalysis.Test.Utilities (2)
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (28)
Semantics\FieldInitializerBindingTests.vb (28)
907Dim actual = reader.GetBlobBytes(constant.Value)
979AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.Value))
982reader.GetBlobBytes(field.Signature))
987AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.Value))
990reader.GetBlobBytes(field.Signature))
995AssertEx.Equal(_ZERO1, reader.GetBlobBytes(constant.Value))
998reader.GetBlobBytes(field.Signature))
1003AssertEx.Equal(_ZERO1, reader.GetBlobBytes(constant.Value))
1006reader.GetBlobBytes(field.Signature))
1011AssertEx.Equal(_ONE4, reader.GetBlobBytes(constant.Value))
1014reader.GetBlobBytes(field.Signature))
1019AssertEx.Equal(_ONE1, reader.GetBlobBytes(constant.Value))
1022reader.GetBlobBytes(field.Signature))
1027AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.Value))
1029AssertAnyValueType(reader.GetBlobBytes(field.Signature))
1034AssertEx.Equal(_ZERO1, reader.GetBlobBytes(constant.Value))
1036AssertAnyValueType(reader.GetBlobBytes(field.Signature))
1041AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.Value))
1043AssertAnyValueType(reader.GetBlobBytes(field.Signature))
1048AssertEx.Equal(_ONE4, reader.GetBlobBytes(constant.Value))
1050AssertAnyValueType(reader.GetBlobBytes(field.Signature))
1055AssertEx.Equal(_ZERO1, reader.GetBlobBytes(constant.Value))
1057AssertAnyValueType(reader.GetBlobBytes(field.Signature))
1062AssertEx.Equal(_ONE1, reader.GetBlobBytes(constant.Value))
1064AssertAnyValueType(reader.GetBlobBytes(field.Signature))
1320AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.Value))
1325AssertEx.Equal(_ZERO4, reader.GetBlobBytes(constant.Value))
1330AssertEx.Equal(_ONE4, reader.GetBlobBytes(constant.Value))
Microsoft.CodeAnalysis.Workspaces (1)
Roslyn.Test.PdbUtilities (1)
System.Reflection.Metadata (2)
System.Reflection.MetadataLoadContext (1)