Vixen
02b45cc4
csharp
public sealed class SynthesizedMethodSymbol

A method the compiler supplies: an intrinsic function, or a method on a built-in type such as Texture2D.Sample.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (6)

  • public override string Name
  • public override Symbol? ContainingSymbol
  • public override MethodKind MethodKind
  • public override TypeSymbol ReturnType
  • public override IReadOnlyList<ParameterSymbol> Parameters
  • public override bool IsStatic

Used by (4)

  • BuiltInTypesVixen.Raven
  • IntrinsicsVixen.Raven
  • SampledTextureTypeSymbolVixen.Raven
  • StorageImageTypeSymbolVixen.Raven