1 implementation of TryCreateAttributeSyntax
Microsoft.Interop.SourceGeneration (1)
MarshalAsParser.cs (1)
29bool IForwardedMarshallingInfo.TryCreateAttributeSyntax([NotNullWhen(true)] out AttributeSyntax? attribute) => TryCreateAttributeSyntax(out attribute);
2 references to TryCreateAttributeSyntax
Microsoft.Interop.SourceGeneration (2)
Marshalling\MarshallingGeneratorExtensions.cs (2)
44&& forwarded.TryCreateAttributeSyntax(out AttributeSyntax forwardedAttribute)) 112&& forwardedMarshallingInfo.TryCreateAttributeSyntax(out AttributeSyntax forwardedAttribute))