14 references to Default
Microsoft.Interop.ComInterfaceGenerator (6)
Marshallers\ComInterfaceDispatchMarshallingResolver.cs (1)
68
=> ByValueMarshalKindSupportDescriptor.
Default
.GetSupport(marshalKind, info, out diagnostic);
Marshallers\KeepAliveThisMarshaller.cs (1)
36
=> ByValueMarshalKindSupportDescriptor.
Default
.GetSupport(marshalKind, info, out diagnostic);
Marshallers\ManagedHResultExceptionGeneratorResolver.cs (2)
59
=> ByValueMarshalKindSupportDescriptor.
Default
.GetSupport(marshalKind, info, out diagnostic);
96
=> ByValueMarshalKindSupportDescriptor.
Default
.GetSupport(marshalKind, info, out diagnostic);
Marshallers\ObjectUnwrapperResolver.cs (1)
63
=> ByValueMarshalKindSupportDescriptor.
Default
.GetSupport(marshalKind, info, out diagnostic);
Marshallers\StructAsHResultMarshallerFactory.cs (1)
95
=> ByValueMarshalKindSupportDescriptor.
Default
.GetSupport(marshalKind, info, out diagnostic);
Microsoft.Interop.JavaScript.JSImportGenerator (1)
Marshaling\EmptyJSGenerator.cs (1)
17
=> ByValueMarshalKindSupportDescriptor.
Default
.GetSupport(marshalKind, info, out diagnostic);
Microsoft.Interop.SourceGeneration (7)
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (2)
196
IBoundMarshallingGenerator marshallingGenerator = new CustomTypeMarshallingGenerator(marshallingStrategy, ByValueMarshalKindSupportDescriptor.
Default
, marshallerData.Shape.HasFlag(MarshallerShape.StatelessPinnableReference));
332
byValueMarshalKindSupport = ByValueMarshalKindSupportDescriptor.
Default
;
Marshalling\BlittableMarshaller.cs (1)
103
=> ByValueMarshalKindSupportDescriptor.
Default
.GetSupport(marshalKind, info, out diagnostic);
Marshalling\BoolMarshaller.cs (1)
101
=> ByValueMarshalKindSupportDescriptor.
Default
.GetSupport(marshalKind, info, out diagnostic);
Marshalling\CharMarshaller.cs (1)
139
return ByValueMarshalKindSupportDescriptor.
Default
.GetSupport(marshalKind, info, out diagnostic);
Marshalling\DelegateMarshaller.cs (1)
96
=> ByValueMarshalKindSupportDescriptor.
Default
.GetSupport(marshalKind, info, out diagnostic);
Marshalling\Forwarder.cs (1)
35
=> ByValueMarshalKindSupportDescriptor.
Default
.GetSupport(marshalKind, info, out diagnostic);