2 writes to _lazyExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (2)
121_lazyExplicitInterfaceImplementations = ImmutableArray<PropertySymbol>.Empty; 277_lazyExplicitInterfaceImplementations =
3 references to _lazyExplicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourcePropertySymbolBase.cs (3)
276Debug.Assert(isExplicitInterfaceImplementation || _lazyExplicitInterfaceImplementations.IsEmpty); 667Debug.Assert(_lazyExplicitInterfaceImplementations.IsEmpty); 670return _lazyExplicitInterfaceImplementations;