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