1 write to _lazyType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\SubstitutedEventSymbol.cs (1)
31
Interlocked.CompareExchange(ref
_lazyType
, new TypeWithAnnotations.Boxed(type), null);
2 references to _lazyType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\SubstitutedEventSymbol.cs (2)
28
if (
_lazyType
== null)
34
return
_lazyType
.Value;