6 references to String
Microsoft.CodeAnalysis (2)
MetadataReader\PEModule.cs (1)
3733case ConstantTypeCode.String:
PEWriter\MetadataWriter.PortablePdb.cs (1)
202builder.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. 688case ConstantTypeCode.String:
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\General\Ecma\EcmaDefaultValueProcessing.cs (2)
22if (constantValue.Value.IsNil && constantValue.TypeCode != ConstantTypeCode.String) 64case ConstantTypeCode.String: