Vixen
c7401864
csharp
public readonly record struct AddressConstantsResult

What emitting a build's addresses produced.

Read the guide page for this →

Fields and properties (3)

  • public string Source

    The C# file, or empty when there was nothing to write.

  • public int Count

    How many addresses reached it.

  • public ImmutableArray<string> Problems

    Addresses that could not be named, in address order.

Methods (1)

  • public AddressConstantsResult(string Source, int Count, ImmutableArray<string> Problems)

    What emitting a build's addresses produced.

Used by (3)

  • AddressConstantsVixen.Editor.Assets
  • AddressConstantsTestsVixen.Editor.Assets.Tests
  • AddressRunnerVixen.Cli