1 write to AutomationName
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Internal\Text\ImageElement.cs (1)
27
AutomationName
= automationName;
4 references to AutomationName
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Protocol\Internal\Converters\ImageElementConverter.cs (4)
44
case nameof(ImageElement.
AutomationName
):
70
if (value.
AutomationName
!= null)
71
writer.WriteString(nameof(ImageElement.
AutomationName
), value.
AutomationName
);