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)
275Debug.Assert(isExplicitInterfaceImplementation || _lazyExplicitInterfaceImplementations.IsEmpty); 666Debug.Assert(_lazyExplicitInterfaceImplementations.IsEmpty); 669return _lazyExplicitInterfaceImplementations;