1 implementation of SupportsByValueMarshalKind
Microsoft.Interop.JavaScript.JSImportGenerator (1)
Marshaling\BaseJSGenerator.cs (1)
36public ByValueMarshalKindSupport SupportsByValueMarshalKind(ByValueContentsMarshalKind marshalKind, out GeneratorDiagnostic? diagnostic)
2 references to SupportsByValueMarshalKind
Microsoft.Interop.JavaScript.JSImportGenerator (1)
Marshaling\BaseJSGenerator.cs (1)
37=> _inner.SupportsByValueMarshalKind(marshalKind, out diagnostic);
Microsoft.Interop.SourceGeneration (1)
Marshalling\ByValueContentsMarshalKindValidator.cs (1)
37var support = generator.Generator.SupportsByValueMarshalKind(generator.Generator.TypeInfo.ByValueContentsMarshalKind, out GeneratorDiagnostic? diagnostic);