2 references to IsExplicitInterfaceImplementation
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourcePropertySymbolBase.cs (2)
119
_propertyFlags |= Flags.
IsExplicitInterfaceImplementation
;
681
=> (_propertyFlags & Flags.
IsExplicitInterfaceImplementation
) != 0;