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