1 type derived from IncrementalMethodStubGenerationContext
Microsoft.Interop.ComInterfaceGenerator (1)
IncrementalMethodStubGenerationContext.cs (1)
34MarshallingInfo ManagedThisMarshallingInfo) : IncrementalMethodStubGenerationContext(
1 instantiation of IncrementalMethodStubGenerationContext
Microsoft.Interop.ComInterfaceGenerator (1)
ComInterfaceGenerator.cs (1)
424return new IncrementalMethodStubGenerationContext(
8 references to IncrementalMethodStubGenerationContext
Microsoft.Interop.ComInterfaceGenerator (8)
ComInterfaceGenerator.cs (3)
265private static IncrementalMethodStubGenerationContext CalculateSharedStubInformation( 437private static IncrementalMethodStubGenerationContext CalculateStubInformation(MethodDeclarationSyntax? syntax, IMethodSymbol symbol, int index, StubEnvironment environment, ComInterfaceInfo owningInterface, CancellationToken ct) 443var sourcelessStubInformation = CalculateSharedStubInformation(
ComMethodContext.cs (3)
41IncrementalMethodStubGenerationContext GenerationContext); 51public ComMethodContext(Builder builder, ComInterfaceContext owningInterface, IncrementalMethodStubGenerationContext? generationContext) 70public IncrementalMethodStubGenerationContext GenerationContext => _state.GenerationContext;
VirtualMethodPointerStubGenerator.cs (2)
199private static ImmutableArray<TypePositionInfo> AddUnmanagedToManagedImplicitElementInfos(IncrementalMethodStubGenerationContext methodStub) 261IncrementalMethodStubGenerationContext method,