4 references to GetStringSpan
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Protocol\Internal\Converters\ImageElementConverter.cs (2)
36
var propertyName = reader.
GetStringSpan
(scratchChars);
48
var typePropertyValue = reader.
GetStringSpan
(scratchChars);
Protocol\Internal\Converters\ImageIdConverter.cs (2)
37
var propertyName = reader.
GetStringSpan
(scratchChars);
49
var typePropertyValue = reader.
GetStringSpan
(scratchChars);