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