github.com/andybalholm/cascadia.nthPseudoClassSelector.b (field)

9 uses

	github.com/andybalholm/cascadia (current package)
		parser.go#L517: 		out = nthPseudoClassSelector{a: a, b: b, last: last, ofType: ofType}
		parser.go#L520: 		out = nthPseudoClassSelector{a: 0, b: 1, ofType: false, last: false}
		parser.go#L522: 		out = nthPseudoClassSelector{a: 0, b: 1, ofType: false, last: true}
		parser.go#L524: 		out = nthPseudoClassSelector{a: 0, b: 1, ofType: true, last: false}
		parser.go#L526: 		out = nthPseudoClassSelector{a: 0, b: 1, ofType: true, last: true}
		selector.go#L492: 	a, b         int
		selector.go#L499: 			return simpleNthLastChildMatch(s.b, s.ofType, n)
		selector.go#L501: 			return simpleNthChildMatch(s.b, s.ofType, n)
		selector.go#L504: 	return nthChildMatch(s.a, s.b, s.last, s.ofType, n)