1 write to _lazyTypeArguments
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PublicModel\MethodSymbol.cs (1)
106
ImmutableInterlocked.InterlockedCompareExchange(ref
_lazyTypeArguments
, _underlying.TypeArgumentsWithAnnotations.GetPublicSymbols(), default);
2 references to _lazyTypeArguments
Microsoft.CodeAnalysis.CSharp (2)
Symbols\PublicModel\MethodSymbol.cs (2)
103
if (
_lazyTypeArguments
.IsDefault)
109
return
_lazyTypeArguments
;