1 implementation of IForwardedMarshallingInfo
Microsoft.Interop.SourceGeneration (1)
MarshalAsParser.cs (1)
21CharEncoding CharEncoding) : MarshallingInfoStringSupport(CharEncoding), IForwardedMarshallingInfo
3 references to IForwardedMarshallingInfo
Microsoft.Interop.SourceGeneration (3)
MarshalAsParser.cs (1)
29bool IForwardedMarshallingInfo.TryCreateAttributeSyntax([NotNullWhen(true)] out AttributeSyntax? attribute) => TryCreateAttributeSyntax(out attribute);
Marshalling\MarshallingGeneratorExtensions.cs (2)
43if (generator.TypeInfo.MarshallingAttributeInfo is IForwardedMarshallingInfo forwarded 111if (info.MarshallingAttributeInfo is IForwardedMarshallingInfo forwardedMarshallingInfo