7 references to IsPropertyOrIndexerAccessor
Microsoft.Interop.ComInterfaceGenerator (7)
ComInterfaceGenerator.cs (3)
691if (inheritedStub.GenerationContext is { MemberKind: var kind } && kind.IsPropertyOrIndexerAccessor()) 824Debug.Assert(genCtx.MemberKind.IsPropertyOrIndexerAccessor()); 926if (generationContext.MemberKind.IsPropertyOrIndexerAccessor())
IncrementalMethodStubGenerationContext.cs (1)
122if (MemberKind.IsPropertyOrIndexerAccessor())
VirtualMethodPointerStubGenerator.cs (3)
89if (methodStub.MemberKind.IsPropertyOrIndexerAccessor()) 149Debug.Assert(methodStub.MemberKind.IsPropertyOrIndexerAccessor()); 212if (methodStub.MemberKind.IsPropertyOrIndexerAccessor())