|
| 1 | +// This file contains auto-generated code. |
| 2 | +// Generated from `Microsoft.Interop.JavaScript.JSImportGenerator, Version=7.0.8.36312, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`. |
| 3 | +namespace Microsoft |
| 4 | +{ |
| 5 | + namespace Interop |
| 6 | + { |
| 7 | + public class GeneratorDiagnostics : Microsoft.Interop.IGeneratorDiagnostics |
| 8 | + { |
| 9 | + public static readonly Microsoft.CodeAnalysis.DiagnosticDescriptor ConfigurationNotSupported; |
| 10 | + public static readonly Microsoft.CodeAnalysis.DiagnosticDescriptor ConfigurationValueNotSupported; |
| 11 | + public GeneratorDiagnostics() => throw null; |
| 12 | + public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.Diagnostic> Diagnostics { get => throw null; } |
| 13 | + public class Ids |
| 14 | + { |
| 15 | + public const string ConfigurationNotSupported = default; |
| 16 | + public Ids() => throw null; |
| 17 | + public const string InvalidJSExportAttributeUsage = default; |
| 18 | + public const string InvalidJSImportAttributeUsage = default; |
| 19 | + public const string JSExportRequiresAllowUnsafeBlocks = default; |
| 20 | + public const string JSImportRequiresAllowUnsafeBlocks = default; |
| 21 | + public const string Prefix = default; |
| 22 | + public const string TypeNotSupported = default; |
| 23 | + } |
| 24 | + public static readonly Microsoft.CodeAnalysis.DiagnosticDescriptor InvalidExportAttributedMethodContainingTypeMissingModifiers; |
| 25 | + public static readonly Microsoft.CodeAnalysis.DiagnosticDescriptor InvalidExportAttributedMethodSignature; |
| 26 | + public static readonly Microsoft.CodeAnalysis.DiagnosticDescriptor InvalidImportAttributedMethodContainingTypeMissingModifiers; |
| 27 | + public static readonly Microsoft.CodeAnalysis.DiagnosticDescriptor InvalidImportAttributedMethodSignature; |
| 28 | + public static readonly Microsoft.CodeAnalysis.DiagnosticDescriptor JSExportRequiresAllowUnsafeBlocks; |
| 29 | + public static readonly Microsoft.CodeAnalysis.DiagnosticDescriptor JSImportRequiresAllowUnsafeBlocks; |
| 30 | + public static readonly Microsoft.CodeAnalysis.DiagnosticDescriptor MarshallingAttributeConfigurationNotSupported; |
| 31 | + public static readonly Microsoft.CodeAnalysis.DiagnosticDescriptor ParameterConfigurationNotSupported; |
| 32 | + public static readonly Microsoft.CodeAnalysis.DiagnosticDescriptor ParameterTypeNotSupported; |
| 33 | + public static readonly Microsoft.CodeAnalysis.DiagnosticDescriptor ParameterTypeNotSupportedWithDetails; |
| 34 | + public void ReportConfigurationNotSupported(Microsoft.CodeAnalysis.AttributeData attributeData, string configurationName, string unsupportedValue = default(string)) => throw null; |
| 35 | + public void ReportInvalidMarshallingAttributeInfo(Microsoft.CodeAnalysis.AttributeData attributeData, string reasonResourceName, params string[] reasonArgs) => throw null; |
| 36 | + public void ReportMarshallingNotSupported(Microsoft.Interop.MethodSignatureDiagnosticLocations diagnosticLocations, Microsoft.Interop.TypePositionInfo info, string notSupportedDetails, System.Collections.Immutable.ImmutableDictionary<string, string> diagnosticProperties) => throw null; |
| 37 | + public static readonly Microsoft.CodeAnalysis.DiagnosticDescriptor ReturnConfigurationNotSupported; |
| 38 | + public static readonly Microsoft.CodeAnalysis.DiagnosticDescriptor ReturnTypeNotSupported; |
| 39 | + public static readonly Microsoft.CodeAnalysis.DiagnosticDescriptor ReturnTypeNotSupportedWithDetails; |
| 40 | + } |
| 41 | + namespace JavaScript |
| 42 | + { |
| 43 | + public sealed class JSExportGenerator : Microsoft.CodeAnalysis.IIncrementalGenerator |
| 44 | + { |
| 45 | + public JSExportGenerator() => throw null; |
| 46 | + public void Initialize(Microsoft.CodeAnalysis.IncrementalGeneratorInitializationContext context) => throw null; |
| 47 | + public static class StepNames |
| 48 | + { |
| 49 | + public const string CalculateStubInformation = default; |
| 50 | + public const string GenerateSingleStub = default; |
| 51 | + } |
| 52 | + } |
| 53 | + public sealed class JSImportGenerator : Microsoft.CodeAnalysis.IIncrementalGenerator |
| 54 | + { |
| 55 | + public JSImportGenerator() => throw null; |
| 56 | + public void Initialize(Microsoft.CodeAnalysis.IncrementalGeneratorInitializationContext context) => throw null; |
| 57 | + public static class StepNames |
| 58 | + { |
| 59 | + public const string CalculateStubInformation = default; |
| 60 | + public const string GenerateSingleStub = default; |
| 61 | + } |
| 62 | + } |
| 63 | + public sealed class JSMarshallingAttributeInfoParser |
| 64 | + { |
| 65 | + public JSMarshallingAttributeInfoParser(Microsoft.CodeAnalysis.Compilation compilation, Microsoft.Interop.IGeneratorDiagnostics diagnostics, Microsoft.CodeAnalysis.ISymbol contextSymbol) => throw null; |
| 66 | + public Microsoft.Interop.MarshallingInfo ParseMarshallingInfo(Microsoft.CodeAnalysis.ITypeSymbol managedType, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.AttributeData> useSiteAttributes, Microsoft.Interop.MarshallingInfo inner) => throw null; |
| 67 | + } |
| 68 | + public static class OptionsHelper |
| 69 | + { |
| 70 | + public const string EnableJSExportOption = default; |
| 71 | + public const string EnableJSImportOption = default; |
| 72 | + } |
| 73 | + } |
| 74 | + public sealed class MethodSignatureDiagnosticLocations : System.IEquatable<Microsoft.Interop.MethodSignatureDiagnosticLocations> |
| 75 | + { |
| 76 | + public Microsoft.Interop.MethodSignatureDiagnosticLocations<Clone>$() => throw null; |
| 77 | +public MethodSignatureDiagnosticLocations(string MethodIdentifier, System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Location> ManagedParameterLocations, Microsoft.CodeAnalysis.Location FallbackLocation) => throw null; |
| 78 | + public MethodSignatureDiagnosticLocations(Microsoft.CodeAnalysis.CSharp.Syntax.MethodDeclarationSyntax syntax) => throw null; |
| 79 | + public void Deconstruct(out string MethodIdentifier, out System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Location> ManagedParameterLocations, out Microsoft.CodeAnalysis.Location FallbackLocation) => throw null; |
| 80 | + public bool Equals(Microsoft.Interop.MethodSignatureDiagnosticLocations other) => throw null; |
| 81 | + public override bool Equals(object obj) => throw null; |
| 82 | + public Microsoft.CodeAnalysis.Location FallbackLocation { get => throw null; set { } } |
| 83 | + public override int GetHashCode() => throw null; |
| 84 | + public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Location> ManagedParameterLocations { get => throw null; set { } } |
| 85 | + public string MethodIdentifier { get => throw null; set { } } |
| 86 | + public static bool operator ==(Microsoft.Interop.MethodSignatureDiagnosticLocations left, Microsoft.Interop.MethodSignatureDiagnosticLocations right) => throw null; |
| 87 | + public static bool operator !=(Microsoft.Interop.MethodSignatureDiagnosticLocations left, Microsoft.Interop.MethodSignatureDiagnosticLocations right) => throw null; |
| 88 | + public override string ToString() => throw null; |
| 89 | + } |
| 90 | + } |
| 91 | +} |
0 commit comments