7 references to IsPropertyOrIndexerAccessor
Microsoft.Interop.ComInterfaceGenerator (7)
ComInterfaceGenerator.cs (3)
686if (inheritedStub.GenerationContext is { MemberKind: var kind } && kind.IsPropertyOrIndexerAccessor()) 819Debug.Assert(genCtx.MemberKind.IsPropertyOrIndexerAccessor()); 911if (generationContext.MemberKind.IsPropertyOrIndexerAccessor())
IncrementalMethodStubGenerationContext.cs (1)
122if (MemberKind.IsPropertyOrIndexerAccessor())
VirtualMethodPointerStubGenerator.cs (3)
89if (methodStub.MemberKind.IsPropertyOrIndexerAccessor()) 148Debug.Assert(methodStub.MemberKind.IsPropertyOrIndexerAccessor()); 211if (methodStub.MemberKind.IsPropertyOrIndexerAccessor())