6a0b1d58ba
Instead of destroying and recreating MetadataResolver every time the program changes, create one instance and reuse it throughout the lifetime of the language service. Since Angular StaticSymbols are invalidated when program gets out-of-date, this should be safe. This should make the language service more more performant. PR Close #32145