1 write to _lazyExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourcePropertyAccessorSymbol.cs (1)
626
ImmutableInterlocked.InterlockedInitialize(ref
_lazyExplicitInterfaceImplementations
, explicitInterfaceImplementations);
2 references to _lazyExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertyAccessorSymbol.cs (2)
606
if (
_lazyExplicitInterfaceImplementations
.IsDefault)
629
return
_lazyExplicitInterfaceImplementations
;