1 write to _lazyWellKnownTypes
Aspire.Hosting.Analyzers (1)
Infrastructure\WellKnownTypes.cs (1)
49_lazyWellKnownTypes = new INamedTypeSymbol?[WellKnownTypeData.WellKnownTypeNames.Length];
3 references to _lazyWellKnownTypes
Aspire.Hosting.Analyzers (3)
Infrastructure\WellKnownTypes.cs (3)
61var symbol = _lazyWellKnownTypes[index]; 77Interlocked.CompareExchange(ref _lazyWellKnownTypes[index], result, null); 81return _lazyWellKnownTypes[index]!;