4 references to ManagedParameters
Microsoft.Interop.ComInterfaceGenerator (4)
ComInterfaceGenerator.cs (3)
391foreach (TypePositionInfo parameter in signatureContext.ManagedParameters) 553if (a.GenerationContext.SignatureContext.ManagedParameters.SequenceEqual(b.GenerationContext.SignatureContext.ManagedParameters))
ComMethodContext.cs (1)
158SeparatedList(GenerationContext.SignatureContext.ManagedParameters.Select(GenerateArgument))))))