3 overrides of TryCreateAttributeSyntax
Microsoft.Interop.SourceGeneration (3)
MarshalAsParser.cs (3)
36private protected override bool TryCreateAttributeSyntax([NotNullWhen(true)] out AttributeSyntax? attribute) 67private protected override bool TryCreateAttributeSyntax([NotNullWhen(true)] out AttributeSyntax? attribute) 98private protected override bool TryCreateAttributeSyntax([NotNullWhen(true)] out AttributeSyntax? attribute)
1 reference to TryCreateAttributeSyntax
Microsoft.Interop.SourceGeneration (1)
MarshalAsParser.cs (1)
29bool IForwardedMarshallingInfo.TryCreateAttributeSyntax([NotNullWhen(true)] out AttributeSyntax? attribute) => TryCreateAttributeSyntax(out attribute);