4 references to ManagedParameters
Microsoft.Interop.ComInterfaceGenerator (4)
ComInterfaceGenerator.cs (4)
301foreach (TypePositionInfo parameter in signatureContext.ManagedParameters) 463if (a.GenerationContext.SignatureContext.ManagedParameters.SequenceEqual(b.GenerationContext.SignatureContext.ManagedParameters)) 642writer.WriteLine($"({string.Join(", ", sigContext.ManagedParameters.Select(mp => $"{(mp.IsByRef ? $"{MarshallerHelpers.GetManagedArgumentRefKindKeyword(mp)} " : "")}{mp.InstanceIdentifier}"))});");