2 writes to FilePath
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Features\Definitions\XamlSourceDefinition.cs (2)
18
FilePath
= filePath;
24
FilePath
= filePath;
5 references to FilePath
Microsoft.VisualStudio.LanguageServices.Xaml (5)
Implementation\LanguageServer\Handler\Definitions\GoToDefinitionHandler.cs (5)
113
Contract.ThrowIfNull(sourceDefinition.
FilePath
);
118
var document = await solution.GetTextDocumentAsync(new TextDocumentIdentifier { Uri = ProtocolConversions.CreateAbsoluteUri(sourceDefinition.
FilePath
) }, cancellationToken).ConfigureAwait(false);
131
using var fileStream = new FileStream(sourceDefinition.
FilePath
, FileMode.Open, FileAccess.Read);
135
Uri = new Uri(sourceDefinition.
FilePath
),
147
Uri = new Uri(sourceDefinition.
FilePath
),