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