runtime.stackScanState.conservative (field)

4 uses

	runtime (current package)
		mgcmark.go#L871: 	if state.conservative || isAsyncPreempt || isDebugCall {
		mgcmark.go#L903: 			state.conservative = true
		mgcmark.go#L908: 			state.conservative = false
		mgcstack.go#L178: 	conservative bool