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