2 references to ReplacePlaceholderSyntaxWithUnmanagedTypeSyntax
Microsoft.Interop.SourceGeneration (2)
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (2)
244
TypeSyntax marshallerTypeSyntax =
ReplacePlaceholderSyntaxWithUnmanagedTypeSyntax
(marshallerType.Syntax, marshalInfo, unmanagedElementType);
250
string newNativeTypeName =
ReplacePlaceholderSyntaxWithUnmanagedTypeSyntax
(marshallerData.NativeType.Syntax, marshalInfo, unmanagedElementType).ToFullString();