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)
334return new IncrementalMethodStubGenerationContext(
10 references to IncrementalMethodStubGenerationContext
Microsoft.Interop.ComInterfaceGenerator (10)
Analyzers\ComInterfaceGeneratorDiagnosticsAnalyzer.cs (1)
172IncrementalMethodStubGenerationContext stubContext = ComInterfaceGenerator.CalculateStubInformation(
ComInterfaceGenerator.cs (4)
175private static IncrementalMethodStubGenerationContext CalculateSharedStubInformation( 347internal static IncrementalMethodStubGenerationContext CalculateStubInformation(MethodDeclarationSyntax? syntax, IMethodSymbol symbol, int index, StubEnvironment environment, ComInterfaceInfo owningInterface, CancellationToken ct) 353var sourcelessStubInformation = CalculateSharedStubInformation( 626IncrementalMethodStubGenerationContext generationContext = shadow.GenerationContext;
ComMethodContext.cs (3)
37IncrementalMethodStubGenerationContext GenerationContext); 47public ComMethodContext(Builder builder, ComInterfaceContext owningInterface, IncrementalMethodStubGenerationContext? generationContext) 66public IncrementalMethodStubGenerationContext GenerationContext => _state.GenerationContext;
VirtualMethodPointerStubGenerator.cs (2)
199private static ImmutableArray<TypePositionInfo> AddUnmanagedToManagedImplicitElementInfos(IncrementalMethodStubGenerationContext methodStub) 261IncrementalMethodStubGenerationContext method,