1 write to Line
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Features\Definitions\XamlSourceDefinition.cs (1)
25Line = line;
1 reference to Line
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\Definitions\GoToDefinitionHandler.cs (1)
143var position = new Position(sourceDefinition.Line, sourceDefinition.Column);