github.com/google/safehtml/template.nameSpace.mu (field)

19 uses

	github.com/google/safehtml/template (current package)
		template.go#L41: 	mu      sync.Mutex
		template.go#L54: 	ns.mu.Lock()
		template.go#L55: 	defer ns.mu.Unlock()
		template.go#L93: 	t.nameSpace.mu.Lock()
		template.go#L94: 	defer t.nameSpace.mu.Unlock()
		template.go#L103: 	t.nameSpace.mu.Lock()
		template.go#L104: 	defer t.nameSpace.mu.Unlock()
		template.go#L196: 	t.nameSpace.mu.Lock()
		template.go#L197: 	defer t.nameSpace.mu.Unlock()
		template.go#L252: 	t.nameSpace.mu.Lock()
		template.go#L253: 	defer t.nameSpace.mu.Unlock()
		template.go#L293: 	t.nameSpace.mu.Lock()
		template.go#L294: 	defer t.nameSpace.mu.Unlock()
		template.go#L351: 	t.nameSpace.mu.Lock()
		template.go#L352: 	defer t.nameSpace.mu.Unlock()
		template.go#L405: 	t.nameSpace.mu.Lock()
		template.go#L407: 	t.nameSpace.mu.Unlock()
		template.go#L424: 	t.nameSpace.mu.Lock()
		template.go#L425: 	defer t.nameSpace.mu.Unlock()