1 write to _explicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceCustomEventSymbol.cs (1)
167
_explicitInterfaceImplementations
=
3 references to _explicitInterfaceImplementations
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceCustomEventSymbol.cs (3)
210
get { return
_explicitInterfaceImplementations
; }
224
if (!
_explicitInterfaceImplementations
.IsEmpty)
227
EventSymbol explicitlyImplementedEvent =
_explicitInterfaceImplementations
[0];