2 references to GetCompatibleGenericTypeParameterSyntax
Microsoft.Interop.SourceGeneration (2)
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (1)
242
TypeSyntax unmanagedElementType = elementMarshaller.NativeType.Syntax.
GetCompatibleGenericTypeParameterSyntax
();
MarshallingAttributeInfo.cs (1)
136
_ => CreateWellKnownComExceptionMarshallingData($"{TypeNames.ExceptionAsDefaultMarshaller}<{MarshallerHelpers.
GetCompatibleGenericTypeParameterSyntax
(SyntaxFactory.ParseTypeName(unmanagedReturnType.FullTypeName))}>", unmanagedReturnType),