9 references to IsExplicitInterfaceMethod
Microsoft.Cci.Extensions (9)
Extensions\CSharp\CSharpCciExtensions.cs (3)
233return method.IsExplicitInterfaceMethod(); 267return property.Getter.ResolvedMethod.IsExplicitInterfaceMethod(); 272return property.Setter.ResolvedMethod.IsExplicitInterfaceMethod();
Writers\CSharp\CSDeclarationWriter.Events.cs (1)
19if (!accessor.IsExplicitInterfaceMethod())
Writers\CSharp\CSDeclarationWriter.Methods.cs (4)
43if (method.IsExplicitInterfaceMethod() || method.IsStaticConstructor) 130if (method.IsExplicitInterfaceMethod()) 169if (method.IsExplicitInterfaceMethod() && _forCompilationIncludeGlobalprefix) 186if (method.IsGeneric && !method.IsOverride() && !method.IsExplicitInterfaceMethod())
Writers\CSharp\CSDeclarationWriter.Properties.cs (1)
67if (accessor.IsExplicitInterfaceMethod())