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)
307return 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( 330internal static IncrementalMethodStubGenerationContext CalculateStubInformation(MemberDeclarationSyntax? syntax, IMethodSymbol symbol, int index, StubEnvironment environment, ComInterfaceInfo owningInterface, CancellationToken ct) 341var sourcelessStubInformation = CalculateSharedStubInformation( 823IncrementalMethodStubGenerationContext genCtx = inheritedStub.GenerationContext; 863string propertyName = IncrementalMethodStubGenerationContext.GetPropertyNameFromAccessor(accessorName); 916IncrementalMethodStubGenerationContext generationContext = shadow.GenerationContext; 931string 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)
295private static ImmutableArray<TypePositionInfo> AddUnmanagedToManagedImplicitElementInfos(IncrementalMethodStubGenerationContext methodStub) 341IncrementalMethodStubGenerationContext method,