Searched defs:getScriptSnapshot (Results 1 – 14 of 14) sorted by relevance
138 getScriptSnapshot: function (fileName) { method
72 getScriptSnapshot: notImplemented, constant
68 getScriptSnapshot(fileName: string): ScriptSnapshotShim; method431 public getScriptSnapshot(fileName: string): IScriptSnapshot | undefined { method in ts.LanguageServiceShimHostAdapter
1024 public getScriptSnapshot(path: Path): IScriptSnapshot { method in HostCache
240 getScriptSnapshot(fileName: string): IScriptSnapshot | undefined; method
5441 getScriptSnapshot(fileName: string): IScriptSnapshot | undefined; method
149270 HostCache.prototype.getScriptSnapshot = function (path) { method in HostCache151483 LanguageServiceShimHostAdapter.prototype.getScriptSnapshot = function (fileName) { method in LanguageServiceShimHostAdapter154015 Project.prototype.getScriptSnapshot = function (filename) { method in Project
149839 HostCache.prototype.getScriptSnapshot = function (path) { method in HostCache152052 LanguageServiceShimHostAdapter.prototype.getScriptSnapshot = function (fileName) { method in LanguageServiceShimHostAdapter154209 Project.prototype.getScriptSnapshot = function (filename) { method in Project
149839 HostCache.prototype.getScriptSnapshot = function (path) { method in HostCache152052 LanguageServiceShimHostAdapter.prototype.getScriptSnapshot = function (fileName) { method in LanguageServiceShimHostAdapter
5524 getScriptSnapshot(fileName: string): IScriptSnapshot | undefined; method