csharp
public readonly record struct AddressConstantsResultWhat emitting a build's addresses produced.
Fields and properties (3)
public string SourceThe C# file, or empty when there was nothing to write.
public int CountHow many addresses reached it.
public ImmutableArray<string> ProblemsAddresses 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