2 writes to _lazyExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (2)
120
_lazyExplicitInterfaceImplementations
= ImmutableArray<PropertySymbol>.Empty;
276
_lazyExplicitInterfaceImplementations
=
3 references to _lazyExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourcePropertySymbolBase.cs (3)
275
Debug.Assert(isExplicitInterfaceImplementation ||
_lazyExplicitInterfaceImplementations
.IsEmpty);
666
Debug.Assert(
_lazyExplicitInterfaceImplementations
.IsEmpty);
669
return
_lazyExplicitInterfaceImplementations
;