6 references to FilePath
Microsoft.VisualStudio.LanguageServices (6)
ProjectSystem\MetadataReferences\VisualStudioPortableExecutableReference.cs (6)
56
return FileUtilities.GetFileTimeStamp(this.
FilePath
);
83
return _provider.GetMetadata(this.
FilePath
, timestamp);
102
=> new VisualStudioDocumentationProvider(this.
FilePath
, _provider._xmlMemberIndexService);
105
=> new VisualStudioPortableExecutableReference(_provider, properties, this.
FilePath
, _fileChangeTracker);
108
=> "Metadata File: " +
FilePath
;
111
=> _provider.GetStorageHandles(this.
FilePath
, _timestamp.Value);