2 references to CalculateStubInformation
Microsoft.Interop.ComInterfaceGenerator (2)
Analyzers\VtableIndexStubDiagnosticsAnalyzer.cs (1)
90SourceAvailableIncrementalMethodStubGenerationContext stubContext = VtableIndexStubGenerator.CalculateStubInformation(methodSyntax, method, env, context.CancellationToken);
VtableIndexStubGenerator.cs (1)
63static (data, ct) => CalculateStubInformation(data.Syntax, data.Symbol, data.Environment, ct)