16 references to NotSupported
Microsoft.Interop.JavaScript.JSImportGenerator (4)
JSGeneratorFactory.cs (4)
22return ResolvedGenerator.NotSupported(info, context, new(info) 31return ResolvedGenerator.NotSupported(info, context, new(info) 42return ResolvedGenerator.NotSupported(info, context, new(info)); 92return ResolvedGenerator.NotSupported(info, context, new(info));
Microsoft.Interop.SourceGeneration (12)
BoundGenerators.cs (1)
215return ResolvedGenerator.NotSupported(info, context, new(info)
Marshalling\AttributedMarshallingModelGeneratorResolver.cs (3)
148return ResolvedGenerator.NotSupported(info, context, diagnostic); 154return ResolvedGenerator.NotSupported(info, context, new(info) 237return ResolvedGenerator.NotSupported(info, context, countInfoDiagnostic);
Marshalling\BlittableMarshallerResolver.cs (1)
32return ResolvedGenerator.NotSupported(
Marshalling\CharMarshallingGeneratorResolver.cs (4)
40return ResolvedGenerator.NotSupported(info, context, new(info) 63return ResolvedGenerator.NotSupported(info, context, new(info) // [Compat] UTF-8 is not supported for char 68return ResolvedGenerator.NotSupported(info, context, new(info) 75return ResolvedGenerator.NotSupported(info, context, new(info));
Marshalling\MarshalAsMarshallingGeneratorResolver.cs (1)
62return ResolvedGenerator.NotSupported(info, context, new(info));
Marshalling\NoMarshallingInfoErrorResolver.cs (1)
20return ResolvedGenerator.NotSupported(info, context, new(info)
Marshalling\NotSupportedResolver.cs (1)
9ResolvedGenerator.NotSupported(info, context, new(info));