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