1 type derived from IncrementalMethodStubGenerationContext
Microsoft.Interop.ComInterfaceGenerator (1)
IncrementalMethodStubGenerationContext.cs (1)
98StubMemberKind MemberKind) : IncrementalMethodStubGenerationContext(
1 instantiation of IncrementalMethodStubGenerationContext
Microsoft.Interop.ComInterfaceGenerator (1)
ComInterfaceGenerator.cs (1)
335return new IncrementalMethodStubGenerationContext(
13 references to IncrementalMethodStubGenerationContext
Microsoft.Interop.ComInterfaceGenerator (13)
Analyzers\ComInterfaceGeneratorDiagnosticsAnalyzer.cs (1)
176IncrementalMethodStubGenerationContext stubContext = ComInterfaceGenerator.CalculateStubInformation(
ComInterfaceGenerator.cs (7)
176private static IncrementalMethodStubGenerationContext CalculateSharedStubInformation( 358internal static IncrementalMethodStubGenerationContext CalculateStubInformation(MemberDeclarationSyntax? syntax, IMethodSymbol symbol, int index, StubEnvironment environment, ComInterfaceInfo owningInterface, CancellationToken ct) 369var sourcelessStubInformation = CalculateSharedStubInformation( 818IncrementalMethodStubGenerationContext genCtx = inheritedStub.GenerationContext; 858string propertyName = IncrementalMethodStubGenerationContext.GetPropertyNameFromAccessor(accessorName); 908IncrementalMethodStubGenerationContext generationContext = shadow.GenerationContext; 916string propName = IncrementalMethodStubGenerationContext.GetPropertyNameFromAccessor(accessorName);
ComMethodContext.cs (3)
37IncrementalMethodStubGenerationContext GenerationContext); 47public ComMethodContext(Builder builder, ComInterfaceContext owningInterface, IncrementalMethodStubGenerationContext? generationContext) 66public IncrementalMethodStubGenerationContext GenerationContext => _state.GenerationContext;
VirtualMethodPointerStubGenerator.cs (2)
292private static ImmutableArray<TypePositionInfo> AddUnmanagedToManagedImplicitElementInfos(IncrementalMethodStubGenerationContext methodStub) 328IncrementalMethodStubGenerationContext method,