6 references to String
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (1)
3738
case ConstantTypeCode.
String
:
PEWriter\MetadataWriter.PortablePdb.cs (1)
202
builder.WriteByte((byte)ConstantTypeCode.
String
);
System.Reflection.Metadata (2)
System\Reflection\Metadata\BlobReader.cs (2)
639
/// Constants of type <see cref="ConstantTypeCode.
String
"/> are encoded as UTF16 strings, use <see cref="ReadUTF16(int)"/> to read them.
688
case ConstantTypeCode.
String
:
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\General\Ecma\EcmaDefaultValueProcessing.cs (2)
22
if (constantValue.Value.IsNil && constantValue.TypeCode != ConstantTypeCode.
String
)
64
case ConstantTypeCode.
String
: