2 references to ReadStringValue
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Serialization\ObjectReader.cs (2)
210
return
ReadStringValue
(code);
309
return kind == TypeCode.Null ? null :
ReadStringValue
(kind);