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)
61
var symbol =
_lazyWellKnownTypes
[index];
77
Interlocked.CompareExchange(ref
_lazyWellKnownTypes
[index], result, null);
81
return
_lazyWellKnownTypes
[index]!;