6 references to Default
Microsoft.Interop.JavaScript.JSImportGenerator (1)
JSGeneratorFactory.cs (1)
19
if (info.IsByRef || info.ByValueContentsMarshalKind != ByValueContentsMarshalKind.
Default
)
Microsoft.Interop.SourceGeneration (5)
Marshalling\ByValueMarshalKindSupportDescriptor.cs (3)
76
if (marshalKind != ByValueContentsMarshalKind.
Default
)
91
Debug.Assert(marshalKind is ByValueContentsMarshalKind.
Default
);
98
ByValueContentsMarshalKind.
Default
=> DefaultSupport.GetSupport(info, out diagnostic),
Marshalling\MarshallerHelpers.cs (1)
22
ByValueContentsMarshalKind.
Default
=> RefKind.None,
TypePositionInfo.cs (1)
121
ByValueContentsMarshalKind marshalKind = ByValueContentsMarshalKind.
Default
;