3 references to IsExplicitInterfaceProperty
Microsoft.Cci.Extensions (3)
Extensions\CSharp\CSharpCciExtensions.cs (1)
239return property.IsExplicitInterfaceProperty();
Writers\CSharp\CSDeclarationWriter.Properties.cs (2)
114if (property.IsExplicitInterfaceProperty() && _forCompilationIncludeGlobalprefix) 139if (property.IsExplicitInterfaceProperty())