Lines Matching refs:CSSNavigation

32531 … __webpack_require__.d(__webpack_exports__, "CSSNavigation", function() { return CSSNavigation; });
32588 var CSSNavigation = /** @class */ (function () {
32589 function CSSNavigation(fileSystemProvider) { class in AnonymousFunction410cd55f1f000
32592 CSSNavigation.prototype.findDefinition = function (document, position, stylesheet) { class
32608 CSSNavigation.prototype.findReferences = function (document, position, stylesheet) {
32617 CSSNavigation.prototype.findDocumentHighlights = function (document, position, stylesheet) {
32651 CSSNavigation.prototype.isRawStringDocumentLinkNode = function (node) {
32654 CSSNavigation.prototype.findDocumentLinks = function (document, stylesheet, documentContext) {
32667 CSSNavigation.prototype.findDocumentLinks2 = function (document, stylesheet, documentContext) {
32701 CSSNavigation.prototype.findUnresolvedLinks = function (document, stylesheet) {
32739 CSSNavigation.prototype.findDocumentSymbols = function (document, stylesheet) {
32790 CSSNavigation.prototype.findDocumentColors = function (document, stylesheet) {
32801 CSSNavigation.prototype.getColorPresentations = function (document, stylesheet, color, range) {
32829 CSSNavigation.prototype.doRename = function (document, position, newName, stylesheet) {
32837CSSNavigation.prototype.resolveRelativeReference = function (ref, documentUri, documentContext) {
32863CSSNavigation.prototype.resolvePathToModule = function (_moduleName, documentFolderUri, rootFolder…
32883 CSSNavigation.prototype.fileExists = function (uri) {
32910 return CSSNavigation;