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